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