#include <Iguana/Utilities/classlib/utils/AutoLoad.h>
Public Member Functions | |
AutoLoadError (const char *lib, const char *sym, Error *next=0) | |
virtual Error * | clone (void) const |
Make a deep copy of this exception chain. | |
virtual std::string | explainSelf (void) const |
Explain this exception object. | |
virtual void | rethrow (void) |
Rethrow the error to discover its real dynamic type. | |
Private Attributes | |
const char * | m_libname |
const char * | m_symname |
Definition at line 37 of file AutoLoad.h.
lat::AutoLoadError::AutoLoadError | ( | const char * | lib, | |
const char * | sym, | |||
Error * | next = 0 | |||
) |
virtual std::string lat::AutoLoadError::explainSelf | ( | void | ) | const [virtual] |
const char* lat::AutoLoadError::m_libname [private] |
Definition at line 47 of file AutoLoad.h.
const char* lat::AutoLoadError::m_symname [private] |
Definition at line 48 of file AutoLoad.h.