Class MatchException

All Implemented Interfaces:
Serializable

public class MatchException extends AbstractXmlMergeException
Thrown when something is wrong in the matching process.
Author:
Laurent Bovet (LBO), Alex Mathey (AMA)
See Also:
  • Constructor Details

    • MatchException

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

      public MatchException(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.