#include <Exception.h>


Public Member Functions | |
| ConfigCheckException (const String &msg, const String &sourceFile, int line) | |
| ConfigCheckException (const ConfigCheckException &) | |
| virtual | ~ConfigCheckException () |
| virtual String | getClassName () const |
Private Member Functions | |
| bool | operator== (const ConfigCheckException &) const |
| bool | operator!= (const ConfigCheckException &e) const |
| const ConfigCheckException & | operator= (const ConfigCheckException &) |
Thrown when a configuration check fail
Definition at line 329 of file Exception.h.
| ConfigCheckException::ConfigCheckException | ( | const String & | msg, |
| const String & | sourceFile, | ||
| int | line | ||
| ) | [explicit] |
Definition at line 340 of file Exception.cpp.
| ConfigCheckException::ConfigCheckException | ( | const ConfigCheckException & | e ) |
Definition at line 344 of file Exception.cpp.
| ConfigCheckException::~ConfigCheckException | ( | ) | [virtual] |
Definition at line 351 of file Exception.cpp.
| String ConfigCheckException::getClassName | ( | ) | const [virtual] |
Returns the name of the class
Reimplemented from alize::Exception.
Definition at line 348 of file Exception.cpp.
| bool alize::ConfigCheckException::operator!= | ( | const ConfigCheckException & | e ) | const [private] |
Not implemented
| const ConfigCheckException& alize::ConfigCheckException::operator= | ( | const ConfigCheckException & | ) | [private] |
Not implemented
| bool alize::ConfigCheckException::operator== | ( | const ConfigCheckException & | ) | const [private] |
1.7.2