exception SAXException in module com::sun::star::xml::sax::

(Global Index)

Syntax

exception 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

Field Summary

WrappedException This field may contain a wrapped exception

Field Details



WrappedException

Syntax

any WrappedException;

Description

This field may contain a wrapped exception

Top of Page