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