![]() |
C++ API
|
Exception thrown if an API module is missing or invalid (DLL or .so file). More...
#include <plux.h>
Public Member Functions | |
const String | MissingModule (const String &_info, const String &_module="") |
< Filename of the missing module. | |
String | getDescription (void) const |
Returns the exception description string. | |
![]() | |
ErrorException (const String &_info) | |
![]() | |
Exception (const String &_info) | |
Additional Inherited Members | |
![]() | |
String | dbgInfo |
Exception thrown if an API module is missing or invalid (DLL or .so file).
|
inline |
< Filename of the missing module.
Exception constructor.
|
inlinevirtual |
Returns the exception description string.
Reimplemented from Plux::Exception.