ch.elca.el4j.services.xmlmerge
Class ElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.elca.el4j.services.xmlmerge.AbstractXmlMergeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 exceptionmessage
- Exception message
ElementException
public ElementException(org.jdom.Element element,
Throwable cause)
- Constructor with cause.
- Parameters:
element
- Element which caused the exceptioncause
- Exception cause
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.