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