class SAXException

Encapsulate a general SAX error or warning

Inheritance:


Public

Constructors and Destructor
SAXException ()
Default constructor
SAXException (const XMLCh* const msg)
Create a new SAXException
virtual ~SAXException ()
Destructor

Documentation

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.

If the application needs to pass through other types of exceptions, it must wrap those exceptions in a SAXException or an exception derived from a SAXException.

If the parser or application needs to include information about a specific location in an XML document, it should use the SAXParseException subclass.

$Log: SAXException.hpp,v $ Revision 1.1.1.1 1999/11/09 01:07:47 twl Initial checkin Revision 1.2 1999/11/08 20:45:02 rahul Swat for adding in Product name and CVS comment log variable.
Constructors and Destructor

SAXException()
Default constructor

SAXException(const XMLCh* const msg)
Create a new SAXException.
Parameters:
msg - The error or warning message.

virtual ~SAXException()
Destructor


Direct child classes:
SAXParseException
See Also:
SAXParseException

alphabetic index hierarchy of classes


XML Parser for C++ 2.0
Copyright © IBM Corp, 1999
Center for Java Technology
10275 N. De Anza Blvd.
Cupertino CA 95014 USA
Email: xml4c@us.ibm.com

IBM Logo