OpenWalnut
1.4.0
|
General purpose exception and therefore base class for all kernel related exceptions. More...
#include <WModuleException.h>
Public Member Functions | |
WModuleException (const std::string &msg="Module Exception") | |
Default constructor. | |
virtual | ~WModuleException () throw () |
Destructor. |
General purpose exception and therefore base class for all kernel related exceptions.
Definition at line 38 of file WModuleException.h.
WModuleException::WModuleException | ( | const std::string & | msg = "Module Exception" | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WModuleException.cpp.
WModuleException::~WModuleException | ( | ) | throw () [virtual] |
Destructor.
Definition at line 34 of file WModuleException.cpp.