writer2latex.xmerge
Class OfficeDocumentException
IOException
writer2latex.xmerge.OfficeDocumentException
public final class OfficeDocumentException
extends IOException
Used by OfficeDocument to encapsulate exceptions. It will add
more details to the message string if it is of type
SAXParseException
.
String | getMessage() - Returns the message value for the
Exception .
|
OfficeDocumentException
public OfficeDocumentException(Exception e)
Constructor, creates exception with the message
corresponding to the message value of the provided
exception.
OfficeDocumentException
public OfficeDocumentException(SAXException e)
Constructor, capturing additional information from the
SAXException
.
OfficeDocumentException
public OfficeDocumentException(String s)
Constructor, creates exception with provided message.
s
- Message value for the exception.
getMessage
public String getMessage()
Returns the message value for the Exception
.
- The message value for the
Exception
.