Class JexlException.Cancel

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JexlException

    protected static class JexlException.Cancel
    extends JexlException
    Thrown to cancel a script execution.
    Since:
    2.1
    See Also:
    Serialized Form
    • Constructor Detail

      • Cancel

        protected Cancel​(JexlNode node)
        Creates a new instance of Cancel.
        Parameters:
        node - the node where the interruption was detected