Class TerminateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smooks.api.SmooksException
-
- org.smooks.engine.delivery.sax.ng.terminate.TerminateException
-
- All Implemented Interfaces:
Serializable
public class TerminateException extends SmooksException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TerminateException(Element element)
Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Element
getElement()
Get the element on which the terminate was fired.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TerminateException
public TerminateException(Element element)
Public constructor.- Parameters:
element
- The element on which the terminate was fired.
-
-
Method Detail
-
getElement
public Element getElement()
Get the element on which the terminate was fired.- Returns:
- The element on which the terminate was fired.
-
-