Package org.openas2.lib.util
Class XMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.openas2.lib.util.XMLException
-
- All Implemented Interfaces:
java.io.Serializable
public class XMLException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private org.dom4j.Element
element
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description XMLException()
XMLException(org.dom4j.Element element, java.lang.String message)
XMLException(org.dom4j.Element element, java.lang.String message, java.lang.Throwable cause)
XMLException(org.dom4j.Element element, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.dom4j.Element
getElement()
java.lang.String
getMessage()
void
setElement(org.dom4j.Element element)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
element
private org.dom4j.Element element
-
-
Constructor Detail
-
XMLException
public XMLException()
-
XMLException
public XMLException(org.dom4j.Element element, java.lang.String message)
-
XMLException
public XMLException(org.dom4j.Element element, java.lang.Throwable cause)
-
XMLException
public XMLException(org.dom4j.Element element, java.lang.String message, java.lang.Throwable cause)
-
-