EMANE
1.2.1
|
Component start exception is used to indicate an exception during transition to the start state. More...
#include <startexception.h>
Public Member Functions | |
StartException (const std::string &sDescription) | |
~StartException () throw () | |
const char * | what () const throw () |
virtual const char * | type () const throw () |
Component start exception is used to indicate an exception during transition to the start state.
Definition at line 47 of file startexception.h.
|
inline |
Definition at line 50 of file startexception.h.
|
inline |
Definition at line 53 of file startexception.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.