Class TerminateException

  • All Implemented Interfaces:
    Serializable

    public class TerminateException
    extends org.smooks.api.SmooksException
    See Also:
    Serialized Form
    • 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.