#include <qgarlib/sax/SAXException.H>
Inheritance diagram for qgxml::SAXException:

This class can contain basic error or warning information from either the XML parser or the application: a parser writer or application writer can subclass it to provide additional functionality. SAX handlers may throw this exception or any exception subclassed from it.
This class is an adaptation for C++ of the interface of the same name implemented in the Java SAX API(http://www.saxproject.org).
Definition at line 77 of file SAXException.H.
Public Member Functions | |
Constructors | |
| SAXException () | |
| SAXException (const SAXException &rhs) | |
| Copy-Constructor. | |
| SAXException (const std::string &message) | |
| Create a new SAXException. | |
Access | |
| virtual const char * | getMessage () |
| Return a detail message for this exception. | |
| virtual const char * | getMessage () const |
| Return a detail message for this exception. | |
Destructor | |
| virtual | ~SAXException () throw () |
|
|
Default Constructor Definition at line 91 of file SAXException.H. |
|
|
Copy-Constructor.
Definition at line 97 of file SAXException.H. |
|
|
Create a new SAXException.
Definition at line 106 of file SAXException.H. |
|
|
Definition at line 153 of file SAXException.H. |
|
|
Return a detail message for this exception.
Definition at line 134 of file SAXException.H. |
|