Class ElementException

All Implemented Interfaces:
Serializable

public class ElementException extends AbstractXmlMergeException
Thrown when there is something wrong with an element.
Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
See Also:
  • Constructor Details

    • ElementException

      public ElementException(org.jdom2.Element element)
      Constructor.
      Parameters:
      element - Element which caused the exception
    • ElementException

      public ElementException(org.jdom2.Element element, String message)
      Constructor with message.
      Parameters:
      element - Element which caused the exception
      message - Exception message
    • ElementException

      public ElementException(org.jdom2.Element element, Throwable cause)
      Constructor with cause.
      Parameters:
      element - Element which caused the exception
      cause - Exception cause
  • Method Details

    • getElement

      public org.jdom2.Element getElement()
      Returns:
      Returns the element.
    • setElement

      public void setElement(org.jdom2.Element element)
      Parameters:
      element - Is the element to set.