#include <ConfigurationException.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 9 of file sctConf/ConfigurationException.h.
|
Provide a description on construction.
Definition at line 13 of file sctConf/ConfigurationException.h. |
|
Override std::exception method.
Definition at line 18 of file sctConf/ConfigurationException.h. |