public class DocumentException
extends java.lang.Exception
DocumentException
is a nested Exception which may be thrown during the processing of a DOM4J document.Constructor | 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 | Description |
---|---|---|
java.lang.Throwable |
getNestedException() |
Deprecated.
|
public DocumentException()
public DocumentException(java.lang.String message)
public DocumentException(java.lang.String message, java.lang.Throwable cause)
public DocumentException(java.lang.Throwable cause)