OpenWalnut
1.4.0
|
Indicates that a given property is not unique in a group of properties. More...
#include <WPropertyNotUnique.h>
Public Member Functions | |
WPropertyNotUnique (const std::string &msg="The property is not unique.") | |
Default constructor. | |
virtual | ~WPropertyNotUnique () throw () |
Destructor. |
Indicates that a given property is not unique in a group of properties.
Definition at line 36 of file WPropertyNotUnique.h.
WPropertyNotUnique::WPropertyNotUnique | ( | const std::string & | msg = "The property is not unique." | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WPropertyNotUnique.cpp.
WPropertyNotUnique::~WPropertyNotUnique | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WPropertyNotUnique.cpp.