OpenWalnut
1.4.0
|
Indicates invalid element access of a container. More...
#include <WNotImplemented.h>
Public Member Functions | |
WNotImplemented (const std::string &msg="Not implemented yet") | |
Default constructor. | |
virtual | ~WNotImplemented () throw () |
Destructor. |
Indicates invalid element access of a container.
Definition at line 36 of file WNotImplemented.h.
WNotImplemented::WNotImplemented | ( | const std::string & | msg = "Not implemented yet" | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WNotImplemented.cpp.
WNotImplemented::~WNotImplemented | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WNotImplemented.cpp.