#include <Iguana/Utilities/classlib/iotools/StdError.h>
Public Member Functions | |
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. | |
StdError (int code=0, Error *next=0) | |
Private Attributes | |
int | m_code |
Definition at line 17 of file StdError.h.
virtual std::string lat::StdError::explainSelf | ( | void | ) | const [virtual] |
int lat::StdError::m_code [private] |
Definition at line 30 of file StdError.h.