ch.elca.el4j.services.xmlmerge
Class ElementException

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.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:
Serialized Form
File-location:
ElementException
Last check-in date:
2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009) by swismer for revision 3874

Constructor Summary
ElementException(org.jdom.Element element)
          Constructor.
ElementException(org.jdom.Element element, String message)
          Constructor with message.
ElementException(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

ElementException

public ElementException(org.jdom.Element element)
Constructor.

Parameters:
element - Element which caused the exception

ElementException

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

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

ElementException

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