|
OpenWalnut 1.3.1
|
File not found exception. More...
#include <WDHNoSuchFile.h>
Inheritance diagram for WDHNoSuchFile:Public Member Functions | |
| WDHNoSuchFile (const std::string &fname="unknown file not found") | |
| Default constructor. | |
| virtual | ~WDHNoSuchFile () throw () |
| Destructor. | |
File not found exception.
Definition at line 37 of file WDHNoSuchFile.h.
| WDHNoSuchFile::WDHNoSuchFile | ( | const std::string & | fname = "unknown file not found" | ) | [explicit] |
Default constructor.
| fname | the exception message. |
Definition at line 30 of file WDHNoSuchFile.cpp.
| WDHNoSuchFile::~WDHNoSuchFile | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WDHNoSuchFile.cpp.
1.7.4