|
OpenWalnut 1.3.1
|
Thrown whenever a file was not found. More...
#include <WFileNotFound.h>
Inheritance diagram for WFileNotFound:Public Member Functions | |
| WFileNotFound (const std::string &msg="The file could not be found.") | |
| Default constructor. | |
| virtual | ~WFileNotFound () throw () |
| Destructor. | |
Thrown whenever a file was not found.
Definition at line 36 of file WFileNotFound.h.
| WFileNotFound::WFileNotFound | ( | const std::string & | msg = "The file could not be found." | ) | [explicit] |
Default constructor.
| msg | the exception message. |
Definition at line 29 of file WFileNotFound.cpp.
| WFileNotFound::~WFileNotFound | ( | ) | throw () [virtual] |
Destructor.
Definition at line 35 of file WFileNotFound.cpp.
1.7.4