ch.elca.el4j.services.xmlmerge
Class MatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
              extended by ch.elca.el4j.services.xmlmerge.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:
Serialized Form
File-location:
MatchException
Last check-in date:
2009-08-04 15:17:52 +0200 (Di, 04. Aug 2009) by swismer for revision 3880

Constructor Summary
MatchException(org.jdom.Element element, String message)
          Constructor with message.
MatchException(org.jdom.Element element, Throwable cause)
          Constructor with cause.
 
Method Summary
 org.jdom.Element getElement()
           
 void setElement(org.jdom.Element element)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MatchException

public MatchException(org.jdom.Element element,
                      String message)
Constructor with message.

Parameters:
element - Element which caused the exception
message - Exception message

MatchException

public MatchException(org.jdom.Element element,
                      Throwable cause)
Constructor with cause.

Parameters:
element - Element which caused the exception
cause - Exception cause
Method Detail

getElement

public org.jdom.Element getElement()
Returns:
Returns the element.

setElement

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


Copyright © 2005-2011 ELCA. All Rights Reserved.