Exception for basic warning and error information
Exception for basic warning and error information.A parser or an application may subclass this class to provide additional information. SAX handlers may throw this exception or any exception sub-classed from it.
If the application has to pass through other types of exception, those exceptions have to be wrapped in a SAXException or an exception derived from a SAXException.
If information about a particular location in the XML document should be included, the SAXParseException class should be used instead.
SAXException(const ibxmlchar* msg)
SAXException(const SAXException& e)
Alphabetic index Hierarchy of classes