|
OpenWalnut 1.3.1
|
Indicates invalid value which could not be found. More...
#include <WNotFound.h>
Inheritance diagram for WNotFound: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.
1.7.4