LibreOffice Module xmerge (master) 1
Public Member Functions | Static Private Member Functions | List of all members
org.openoffice.xmerge.converter.xml.OfficeDocumentException Class Reference

Used by OfficeDocument to encapsulate exceptions. More...

Inheritance diagram for org.openoffice.xmerge.converter.xml.OfficeDocumentException:
[legend]
Collaboration diagram for org.openoffice.xmerge.converter.xml.OfficeDocumentException:
[legend]

Public Member Functions

 OfficeDocumentException (SAXException e)
 Constructor, capturing additional information from the SAXException. More...
 
 OfficeDocumentException (String s)
 Constructor, creates exception with provided message. More...
 
 OfficeDocumentException (Exception e)
 Constructor, creates exception with the message corresponding to the message value of the provided exception. More...
 

Static Private Member Functions

static String constructMessage (SAXException e)
 

Detailed Description

Used by OfficeDocument to encapsulate exceptions.

It will add more details to the message string if it is of type SAXParseException.

Definition at line 34 of file OfficeDocumentException.java.

Constructor & Destructor Documentation

◆ OfficeDocumentException() [1/3]

org.openoffice.xmerge.converter.xml.OfficeDocumentException.OfficeDocumentException ( SAXException  e)
inline

Constructor, capturing additional information from the SAXException.

Parameters
eThe SAXException.

Definition at line 41 of file OfficeDocumentException.java.

References org.openoffice.xmerge.converter.xml.OfficeDocumentException.constructMessage().

◆ OfficeDocumentException() [2/3]

org.openoffice.xmerge.converter.xml.OfficeDocumentException.OfficeDocumentException ( String  s)
inline

Constructor, creates exception with provided message.

Parameters
sMessage value for the exception.

Definition at line 97 of file OfficeDocumentException.java.

◆ OfficeDocumentException() [3/3]

org.openoffice.xmerge.converter.xml.OfficeDocumentException.OfficeDocumentException ( Exception  e)
inline

Constructor, creates exception with the message corresponding to the message value of the provided exception.

Parameters
eThe Exception.

Definition at line 107 of file OfficeDocumentException.java.

Member Function Documentation

◆ constructMessage()

static String org.openoffice.xmerge.converter.xml.OfficeDocumentException.constructMessage ( SAXException  e)
inlinestaticprivate

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