#include <configuration.h>
Public Member Functions | |
ConfigurationException (const std::string &str) throw () | |
Provide a description on construction. | |
virtual const char * | what () const throw () |
Override std::exception method. | |
Private Attributes | |
std::string | desc |
Definition at line 100 of file configuration.h.
|
Provide a description on construction.
Definition at line 104 of file configuration.h. |
|
Override std::exception method.
Definition at line 109 of file configuration.h. |