EMANE
1.2.1
|
Exception thrown by builders when constructing and assembling application objects and containers. More...
#include <buildexception.h>
Public Member Functions | |
BuildException (const std::string &sDescription) | |
~BuildException () throw () | |
const char * | what () const throw () |
virtual const char * | type () const throw () |
Exception thrown by builders when constructing and assembling application objects and containers.
Definition at line 47 of file buildexception.h.
|
inline |
Creates a BuildException instance
Definition at line 53 of file buildexception.h.
|
inline |
Destroys an instance
Definition at line 59 of file buildexception.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.