EMANE
1.2.1
|
ConfigurationException is thrown when an exception occurs during configuration processing. More...
#include <configurationexception.h>
Public Member Functions | |
ConfigurationException (const std::string &sDescription={}) | |
~ConfigurationException () throw () | |
const char * | what () const throw () |
virtual const char * | type () const throw () |
ConfigurationException is thrown when an exception occurs during configuration processing.
Definition at line 46 of file configurationexception.h.
|
inline |
Creates a ConfigurationException instance
Definition at line 52 of file configurationexception.h.
|
inline |
Destroys an instance
Definition at line 58 of file configurationexception.h.
|
inlinevirtualinherited |
Gets the exception type name
Definition at line 72 of file exception.h.
|
inlineinherited |
Gets the exception description
Definition at line 62 of file exception.h.