#include <Iguana/Utilities/classlib/zip/SHA1Error.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. | |
SHA1Error (int error) | |
Private Attributes | |
int | m_error |
Definition at line 18 of file SHA1Error.h.
lat::SHA1Error::SHA1Error | ( | int | error | ) |
virtual std::string lat::SHA1Error::explainSelf | ( | void | ) | const [virtual] |
int lat::SHA1Error::m_error [private] |
Definition at line 31 of file SHA1Error.h.