#include <SDXException.h>
Public Types | |
| enum | Code { ParseError, ContentHandlerError, WriteError } |
| Indicates the type of error that has occured. More... | |
Public Member Functions | |
| Exception (int code, const char *description) | |
| Constructor. | |
| int | code () |
| Returns the type of error that has occured. | |
| const char * | what () const |
| Returns the description of the error. | |
Definition at line 11 of file SDXException.h.
| enum SDX::Exception::Code |
Indicates the type of error that has occured.
| ParseError | A file parser error. |
| ContentHandlerError | A content handler error. |
| WriteError | A file writer error. |
Definition at line 16 of file SDXException.h.
1.5.8