public final class OfficeDocumentException
extends java.io.IOException
SAXParseException
.Constructor and Description |
---|
OfficeDocumentException(java.lang.Exception e)
Constructor, creates exception with the message
corresponding to the message value of the provided
exception.
|
OfficeDocumentException(org.xml.sax.SAXException e)
Constructor, capturing additional information from the
SAXException . |
OfficeDocumentException(java.lang.String s)
Constructor, creates exception with provided message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the message value for the
Exception . |
public OfficeDocumentException(org.xml.sax.SAXException e)
SAXException
.e
- The SAXException
.public OfficeDocumentException(java.lang.String s)
s
- Message value for the exception.public OfficeDocumentException(java.lang.Exception e)
e
- The Exception.