Exception thrown by DynamicLibraryManager when a failure occurs.
More...
#include <DynamicLibraryManagerException.h>
Exception thrown by DynamicLibraryManager when a failure occurs.
Use getCause() to know what function caused the failure.
Enumerator |
---|
loadingFailed |
Failed to load the dynamic library.
|
symbolNotFound |
Symbol not found in the dynamic library.
|
CPPUNIT_NS_BEGIN DynamicLibraryManagerException::DynamicLibraryManagerException |
( |
const std::string & |
libraryName, |
|
|
const std::string & |
errorDetail, |
|
|
Cause |
cause |
|
) |
| |
Failed to load the dynamic library or Symbol not found in the dynamic library.
DynamicLibraryManagerException::~DynamicLibraryManagerException |
( |
) | |
|
throw | ( | |
| ) | | |
|
inline |
const char * DynamicLibraryManagerException::what |
( |
) | |
const |
throw | ( | |
| ) | | |
Cause DynamicLibraryManagerException::m_cause |
|
private |
std::string DynamicLibraryManagerException::m_message |
|
private |
The documentation for this class was generated from the following files: