|
OpenWalnut 1.3.1
|
General purpose exception and therefore base class for all kernel related exceptions. More...
#include <WModuleException.h>
Inheritance diagram for WModuleException: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.
1.7.4