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