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