OpenWalnut
1.4.0
|
Indicates invalid property name. More...
#include <WPropertyNameMalformed.h>
Public Member Functions | |
WPropertyNameMalformed (const std::string &msg="The name of the property is malformed.") | |
Default constructor. | |
virtual | ~WPropertyNameMalformed () throw () |
Destructor. |
Indicates invalid property name.
Definition at line 36 of file WPropertyNameMalformed.h.
WPropertyNameMalformed::WPropertyNameMalformed | ( | const std::string & | msg = "The name of the property is malformed." | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WPropertyNameMalformed.cpp.
WPropertyNameMalformed::~WPropertyNameMalformed | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WPropertyNameMalformed.cpp.