SDX::Exception Class Reference

An exception with a code and description. More...

#include <SDXException.h>

List of all members.

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.


Detailed Description

An exception with a code and description.

Definition at line 11 of file SDXException.h.


Member Enumeration Documentation

Indicates the type of error that has occured.

Enumerator:
ParseError  A file parser error.
ContentHandlerError  A content handler error.
WriteError  A file writer error.

Definition at line 16 of file SDXException.h.


The documentation for this class was generated from the following file:

Generated on Mon Apr 27 16:55:49 2009 for SDX by  doxygen 1.5.8