Package org.dom4j
Class DocumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dom4j.DocumentException
- All Implemented Interfaces:
Serializable
DocumentException
is a nested Exception which may be thrown
during the processing of a DOM4J document.
- Version:
- $Revision: 1.7 $
- Author:
- James Strachan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentException
(String message) DocumentException
(String message, Throwable nestedException) DocumentException
(Throwable nestedException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
DocumentException
public DocumentException() -
DocumentException
-
DocumentException
-
DocumentException
-
-
Method Details
-
getNestedException
-
getMessage
- Overrides:
getMessage
in classThrowable
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-