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