OpenWalnut
1.4.0
|
Thrown whenever an unknown prototype is specified. More...
#include <WPrototypeUnknown.h>
Public Member Functions | |
WPrototypeUnknown (const std::string &msg="Prototype unknown") | |
Default constructor. | |
virtual | ~WPrototypeUnknown () throw () |
Destructor. |
Thrown whenever an unknown prototype is specified.
Definition at line 38 of file WPrototypeUnknown.h.
WPrototypeUnknown::WPrototypeUnknown | ( | const std::string & | msg = "Prototype unknown" | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WPrototypeUnknown.cpp.
WPrototypeUnknown::~WPrototypeUnknown | ( | ) | throw () [virtual] |
Destructor.
Definition at line 34 of file WPrototypeUnknown.cpp.