OpenWalnut
1.4.0
|
Thrown whenever a file was not found. More...
#include <WFileNotFound.h>
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.