public class DocumentException
extends java.lang.Exception
DocumentException is a nested Exception which may be thrown during the processing of a DOM4J document.| Constructor and Description |
|---|
DocumentException() |
DocumentException(java.lang.String message) |
DocumentException(java.lang.String message,
java.lang.Throwable cause) |
DocumentException(java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getNestedException()
Deprecated.
|