public class DocumentException extends AbstractXmlMergeException
| Constructor and Description |
|---|
DocumentException(org.jdom2.Document document,
String message)
Constructor with message.
|
DocumentException(org.jdom2.Document document,
Throwable cause)
Constructor with cause.
|
| Modifier and Type | Method and Description |
|---|---|
org.jdom2.Document |
getDocument() |
void |
setDocument(org.jdom2.Document document) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentException(org.jdom2.Document document,
String message)
document - Document which caused the exceptionmessage - Exception messagepublic DocumentException(org.jdom2.Document document,
Throwable cause)
document - Document which caused the exceptioncause - Exception causeCopyright © 2001–2025. All rights reserved.