|
|
 |
|
OSRTSAXException Class Reference#include <saxParser.h>
List of all members.
Detailed Description
Encapsulate a general SAX error or warning.
This class can contain basic error or warning information from either the XML SAX 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.
|
Public Member Functions |
| virtual const XMLCHAR * | getMessage ()=0 |
|
virtual int | getStatus ()=0 |
|
virtual const XMLCHAR * | getSrcFileName ()=0 |
|
virtual int | getSrcLineNum ()=0 |
Member Function Documentation
| virtual const XMLCHAR* OSRTSAXException::getMessage |
( |
|
) |
[pure virtual] |
|
|
|
Get the contents of the message. |
The documentation for this class was generated from the following file:
|
This document may be distributed in any form, electronic
or otherwise, provided that it is distributed in its entirety
and that the copyright and this notice are included.
|
This file was last modified on
8 Sep 2005. ASN1C XER Runtime, ASN1C v5.8x |
|