Package org.dom4j
Class DocumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dom4j.DocumentException
-
- All Implemented Interfaces:
java.io.Serializable
public class DocumentException extends java.lang.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(java.lang.String message)
DocumentException(java.lang.String message, java.lang.Throwable cause)
DocumentException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.Throwable
getNestedException()
Deprecated.
-