Class 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)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • 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)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getElement

        public org.dom4j.Element getElement()
      • setElement

        public void setElement​(org.dom4j.Element element)