|
OpenWalnut 1.3.1
|
Thrown whenever an prototype name is not unique. More...
#include <WPrototypeNotUnique.h>
Inheritance diagram for WPrototypeNotUnique:Public Member Functions | |
| WPrototypeNotUnique (const std::string &msg="Prototype not unique") | |
| Default constructor. | |
| virtual | ~WPrototypeNotUnique () throw () |
| Destructor. | |
Thrown whenever an prototype name is not unique.
Definition at line 38 of file WPrototypeNotUnique.h.
| WPrototypeNotUnique::WPrototypeNotUnique | ( | const std::string & | msg = "Prototype not unique" | ) | [explicit] |
Default constructor.
| msg | the exception message. |
Definition at line 29 of file WPrototypeNotUnique.cpp.
| WPrototypeNotUnique::~WPrototypeNotUnique | ( | ) | throw () [virtual] |
Destructor.
Definition at line 34 of file WPrototypeNotUnique.cpp.
1.7.4