writer2latex.xmerge
public final class OfficeDocumentException extends IOException
SAXParseException
.
Constructor Summary | |
---|---|
OfficeDocumentException(SAXException e)
Constructor, capturing additional information from the
SAXException .
| |
OfficeDocumentException(String s)
Constructor, creates exception with provided message.
| |
OfficeDocumentException(Exception e)
Constructor, creates exception with the message
corresponding to the message value of the provided
exception.
|
Method Summary | |
---|---|
String | getMessage()
Returns the message value for the Exception .
|
SAXException
.
Parameters: e The SAXException
.
Parameters: s Message value for the exception.
Parameters: e The Exception.
Exception
.
Returns: The message value for the Exception
.