:: com :: sun :: star :: xml :: sax ::

exception SAXException
Base Hierarchy
SAXException
 ┗ ::com::sun::star::uno::Exception
Description
encapsulates the details of an XML parse error or warning.

This structure is a replacement for the Java class org.xml.sax.SAXException.

Some abbreviations:

  • SAX = Simple API for XML
  • URI = Uniform Resource Identifier
  • DTD = document type definition

Elements' Summary
WrappedException This field may contain a wrapped exception.  
Elements' Details
WrappedException
any WrappedException;
Description
This field may contain a wrapped exception.
Top of Page