#include <configuration.h>
Inheritance diagram for SctConfiguration::ConfigurationException:
Public Member Functions | |
ConfigurationException (const std::string &str) throw () | |
Provide a description on construction. | |
~ConfigurationException () throw () | |
virtual const char * | what () const throw () |
Override std::exception method. | |
Private Attributes | |
std::string | desc |
Definition at line 112 of file configuration.h.
|
Provide a description on construction.
Definition at line 116 of file configuration.h. |
|
Definition at line 118 of file configuration.h. |
|
Override std::exception method.
Definition at line 121 of file configuration.h. |
|
Definition at line 113 of file configuration.h. |