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.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentException
(String message) DocumentException
(String message, Throwable cause) DocumentException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentException
public DocumentException() -
DocumentException
-
DocumentException
-
DocumentException
-
-
Method Details
-
getNestedException
Deprecated.
-