#include <Iguana/Utilities/classlib/zip/TarError.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. | |
TarError (void) |
Definition at line 18 of file TarError.h.
lat::TarError::TarError | ( | void | ) |
virtual std::string lat::TarError::explainSelf | ( | void | ) | const [virtual] |