Package org.dom4j
Class DocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dom4j.DocumentException
-
- All Implemented Interfaces:
Serializable
public class DocumentException extends Exception
DocumentException
is a nested Exception which may be thrown during the processing of a DOM4J document.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentException()
DocumentException(String message)
DocumentException(String message, Throwable cause)
DocumentException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Throwable
getNestedException()
Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getNestedException
@Deprecated public Throwable getNestedException()
Deprecated.
-
-