OpenWalnut
1.4.0
|
Indicates invalid value which could not be found. More...
#include <WNotFound.h>
Public Member Functions | |
WNotFound (const std::string &msg="Not found.") | |
Default constructor. | |
virtual | ~WNotFound () throw () |
Destructor. |
Indicates invalid value which could not be found.
Definition at line 35 of file WNotFound.h.
WNotFound::WNotFound | ( | const std::string & | msg = "Not found." | ) | [explicit] |
Default constructor.
msg | the exception message. |
Definition at line 29 of file WNotFound.cpp.
WNotFound::~WNotFound | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WNotFound.cpp.