EMANE
1.2.1
|
Exception base class that allows for type and description information. More...
#include <exception.h>
Public Member Functions | |
~Exception () throw () | |
const char * | what () const throw () |
virtual const char * | type () const throw () |
Protected Member Functions | |
Exception (const std::string &sType, const std::string &sDescription={}) | |
Exception base class that allows for type and description information.
Definition at line 49 of file exception.h.
|
inline |
Destroys an instance
Definition at line 55 of file exception.h.
|
inlineprotected |
Definition at line 78 of file exception.h.
|
inlinevirtual |
Gets the exception type name
Definition at line 72 of file exception.h.
|
inline |
Gets the exception description
Definition at line 62 of file exception.h.