#include <Iguana/Utilities/classlib/iobase/FileSystemError.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. | |
FileSystemError (Error *chain) | |
FileSystemError (const char *context, Error *chain) | |
FileSystemError (const char *context, int code=0) | |
virtual void | rethrow (void) |
Rethrow the error to discover its real dynamic type. |
Definition at line 17 of file FileSystemError.h.
lat::FileSystemError::FileSystemError | ( | const char * | context, | |
int | code = 0 | |||
) |
lat::FileSystemError::FileSystemError | ( | const char * | context, | |
Error * | chain | |||
) |
lat::FileSystemError::FileSystemError | ( | Error * | chain | ) |
virtual std::string lat::FileSystemError::explainSelf | ( | void | ) | const [virtual] |