OpenWalnut
1.4.0
|
Thrown whenever a library could not been loaded. More...
#include <WLibraryLoadFailed.h>
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.