LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
SAXParseException Exception Referencepublished

stores information for locating the error in the original XML document. More...

import"SAXParseException.idl";

Inheritance diagram for SAXParseException:
SAXException Exception

Public Attributes

string PublicId
 contains the public identifier of the document where the exception has occurred. More...
 
string SystemId
 contains the system identifier of the document. More...
 
long LineNumber
 contains the line number in the document. More...
 
long ColumnNumber
 contains the column number in the document. More...
 
- Public Attributes inherited from SAXException
any WrappedException
 This field may contain a wrapped exception. More...
 
- Public Attributes inherited from Exception
string Message
 gives a detailed description of the reason, why the exception was thrown. More...
 
com::sun::star::uno::XInterface Context
 should contain a reference to the original, which raised the exception. More...
 

Detailed Description

stores information for locating the error in the original XML document.

See also
XLocator

Member Data Documentation

◆ ColumnNumber

long ColumnNumber

contains the column number in the document.

◆ LineNumber

long LineNumber

contains the line number in the document.

◆ PublicId

string PublicId

contains the public identifier of the document where the exception has occurred.

◆ SystemId

string SystemId

contains the system identifier of the document.


The documentation for this exception was generated from the following file: