public class XMLException extends Exception
Constructor and Description |
---|
XMLException() |
XMLException(org.dom4j.Element element,
String message) |
XMLException(org.dom4j.Element element,
String message,
Throwable cause) |
XMLException(org.dom4j.Element element,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
org.dom4j.Element |
getElement() |
String |
getMessage() |
void |
setElement(org.dom4j.Element element) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLException()
public XMLException(org.dom4j.Element element, String message)
public XMLException(org.dom4j.Element element, Throwable cause)
public String getMessage()
getMessage
in class Throwable
public org.dom4j.Element getElement()
public void setElement(org.dom4j.Element element)
Copyright © 2018. All rights reserved.