#include <Exception.h>


Public Member Functions | |
| ParamNotFoundInConfigException (const String &msg, const String &sourceFile, int line) | |
| ParamNotFoundInConfigException (const ParamNotFoundInConfigException &) | |
| virtual | ~ParamNotFoundInConfigException () |
| virtual String | getClassName () const |
Private Member Functions | |
| bool | operator== (const ParamNotFoundInConfigException &) const |
| bool | operator!= (const ParamNotFoundInConfigException &e) const |
| const ParamNotFoundInConfigException & | operator= (const ParamNotFoundInConfigException &) |
Thrown when a trial to get a parameter from a configuration abort
Definition at line 307 of file Exception.h.
| ParamNotFoundInConfigException::ParamNotFoundInConfigException | ( | const String & | msg, |
| const String & | sourceFile, | ||
| int | line | ||
| ) | [explicit] |
Definition at line 322 of file Exception.cpp.
| ParamNotFoundInConfigException::ParamNotFoundInConfigException | ( | const ParamNotFoundInConfigException & | e ) |
Definition at line 326 of file Exception.cpp.
| ParamNotFoundInConfigException::~ParamNotFoundInConfigException | ( | ) | [virtual] |
Definition at line 333 of file Exception.cpp.
| String ParamNotFoundInConfigException::getClassName | ( | ) | const [virtual] |
Returns the name of the class
Reimplemented from alize::Exception.
Definition at line 330 of file Exception.cpp.
| bool alize::ParamNotFoundInConfigException::operator!= | ( | const ParamNotFoundInConfigException & | e ) | const [private] |
Not implemented
| const ParamNotFoundInConfigException& alize::ParamNotFoundInConfigException::operator= | ( | const ParamNotFoundInConfigException & | ) | [private] |
Not implemented
| bool alize::ParamNotFoundInConfigException::operator== | ( | const ParamNotFoundInConfigException & | ) | const [private] |
1.7.2