LibreOffice Module xmerge (master) 1
|
Used by OfficeDocument to encapsulate exceptions. More...
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) |
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.
|
inline |
Constructor, capturing additional information from the SAXException
.
e | The SAXException . |
Definition at line 41 of file OfficeDocumentException.java.
References org.openoffice.xmerge.converter.xml.OfficeDocumentException.constructMessage().
|
inline |
Constructor, creates exception with provided message.
s | Message value for the exception. |
Definition at line 97 of file OfficeDocumentException.java.
|
inline |
Constructor, creates exception with the message corresponding to the message value of the provided exception.
e | The Exception . |
Definition at line 107 of file OfficeDocumentException.java.
|
inlinestaticprivate |
Definition at line 50 of file OfficeDocumentException.java.
References ex, Exception, org.openoffice.xmerge.util.Resources.getInstance(), org.openoffice.xmerge.util.Resources.getString(), and String.
Referenced by org.openoffice.xmerge.converter.xml.OfficeDocumentException.OfficeDocumentException().