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