Class JexlException.Cancel

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

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

      • Cancel

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