OpenWalnut
1.4.0
|
File not found exception. More...
#include <WDHNoSuchFile.h>
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.