#include <Iguana/Utilities/classlib/zip/CPIOError.h>
Public Member Functions | |
virtual Error * | clone (void) const |
Make a deep copy of this exception chain. | |
CPIOError (void) | |
virtual std::string | explainSelf (void) const |
Explain this exception object. | |
virtual void | rethrow (void) |
Rethrow the error to discover its real dynamic type. |
Definition at line 18 of file CPIOError.h.
lat::CPIOError::CPIOError | ( | void | ) |
virtual std::string lat::CPIOError::explainSelf | ( | void | ) | const [virtual] |