|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
writer2latex.xmerge.OfficeDocumentException
public final class OfficeDocumentException
Used by OfficeDocument to encapsulate exceptions. It will add
more details to the message string if it is of type
SAXParseException
.
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the message value for the Exception . |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public java.lang.String getMessage()
Exception
.
getMessage
in class java.lang.Throwable
Exception
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |