OpenWalnut
1.4.0
|
Indicates invalid element access of a container. More...
#include <WPropertyUnknown.h>
Public Member Functions | |
WPropertyUnknown (const std::string &msg="The searched property is unknown or does not exist.") | |
Default constructor. | |
virtual | ~WPropertyUnknown () throw () |
Destructor. |
Indicates invalid element access of a container.
Definition at line 36 of file WPropertyUnknown.h.
WPropertyUnknown::WPropertyUnknown | ( | const std::string & | msg = "The searched property is unknown or does not exist." | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WPropertyUnknown.cpp.
WPropertyUnknown::~WPropertyUnknown | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WPropertyUnknown.cpp.