OpenWalnut
1.2.5
|
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. | |
![]() | |
WDHException (const std::string &msg="DataHandler Exception") | |
Default constructor. | |
virtual | ~WDHException () throw () |
Destructor. | |
![]() | |
WException (const std::string &msg=std::string()) | |
Default constructor. | |
WException (const std::exception &e) | |
Copy a std::exception and encapsulate it. | |
virtual | ~WException () throw () |
Destructor. | |
virtual const char * | what () const throw () |
Returns the message string set on throw. | |
std::string | getTrace () const |
Prints the trace of the call chain which caused this exception. | |
std::string | getBacktrace () const |
Returns a call stacktrace. |
File not found exception.
Definition at line 37 of file WDHNoSuchFile.h.
|
explicit |
Default constructor.
fname | the exception message. |
Definition at line 30 of file WDHNoSuchFile.cpp.
|
virtual |
Destructor.
Definition at line 35 of file WDHNoSuchFile.cpp.