Serializable
public class DocumentException extends Exception
DocumentException
is a nested Exception which may be thrown during the processing of a DOM4J document.Constructor | Description |
---|---|
DocumentException() |
|
DocumentException(String message) |
|
DocumentException(String message,
Throwable cause) |
|
DocumentException(Throwable cause) |
Modifier and Type | Method | Description |
---|---|---|
Throwable |
getNestedException() |
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DocumentException()
public DocumentException(String message)
public DocumentException(Throwable cause)
@Deprecated public Throwable getNestedException()