public class DocumentException extends Exception
DocumentException is a nested Exception which may be thrown during the processing of a DOM4J document.| Constructor and Description |
|---|
DocumentException() |
DocumentException(String message) |
DocumentException(String message,
Throwable cause) |
DocumentException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getNestedException()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentException()
public DocumentException(String message)
public DocumentException(Throwable cause)
@Deprecated public Throwable getNestedException()
Copyright © 2025. All rights reserved.