|
OpenWalnut 1.2.5
|
Thrown whenever an unknown prototype is specified. More...
#include <WPrototypeUnknown.h>
Inheritance diagram for WPrototypeUnknown: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.
1.7.3