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