#include <Error.h>
Public Member Functions | |
| Error () | |
| Error (ErrorLevel errlev) | |
| Error (ErrorLevel errlev, string message) | |
| Error (ErrorLevel errlev, char *fmt,...) | |
| Error (int errlev) | |
| Error (int errlev, string message) | |
| Error (int errlev, char *fmt,...) | |
| ~Error () | |
| void | notify (ErrorLevel errlev, string message) |
| void | notify (string message) |
Static Public Member Functions | |
| static void | setAcceptableLevel (ErrorLevel errlev) |
| static ErrorLevel | getAcceptableLevel () |
| static string | getAcceptableLevelToString () |
| static ErrorLevel | getLevel () |
| static string | getLevelToString () |
| static string | getErrorMessage () |
| static void | clearMessage () |
| static void | clearErrLev () |
Private Member Functions | |
| void | printMessage (string message) |
Private Attributes | |
| string | errorLog |
Static Private Attributes | |
| static ErrorLevel | acceptableErrorLevel |
| static string | errorMessage_ |
| static ErrorLevel | errlev_ |
Definition at line 9 of file Error.h.
| Error::Error | ( | ) |
| Error::Error | ( | ErrorLevel | errlev | ) |
| Error::Error | ( | ErrorLevel | errlev, | |
| string | message | |||
| ) |
| Error::Error | ( | ErrorLevel | errlev, | |
| char * | fmt, | |||
| ... | ||||
| ) |
| Error::Error | ( | int | errlev | ) |
| Error::Error | ( | int | errlev, | |
| string | message | |||
| ) |
| Error::Error | ( | int | errlev, | |
| char * | fmt, | |||
| ... | ||||
| ) |
| Error::~Error | ( | ) |
| static void Error::clearErrLev | ( | ) | [static] |
| static void Error::clearMessage | ( | ) | [static] |
| static ErrorLevel Error::getAcceptableLevel | ( | ) | [static] |
| static string Error::getAcceptableLevelToString | ( | ) | [static] |
| static string Error::getErrorMessage | ( | ) | [static] |
| static ErrorLevel Error::getLevel | ( | ) | [static] |
| static string Error::getLevelToString | ( | ) | [static] |
| void Error::notify | ( | string | message | ) |
| void Error::notify | ( | ErrorLevel | errlev, | |
| string | message | |||
| ) |
| void Error::printMessage | ( | string | message | ) | [private] |
| static void Error::setAcceptableLevel | ( | ErrorLevel | errlev | ) | [static] |
ErrorLevel Error::acceptableErrorLevel [static, private] |
ErrorLevel Error::errlev_ [static, private] |
string Error::errorLog [private] |
string Error::errorMessage_ [static, private] |
1.6.1