|
OpenWalnut 1.2.5
|
Thrown whenever a file could not be opened. More...
#include <WFileOpenFailed.h>
Inheritance diagram for WFileOpenFailed: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.
1.7.3