Class JexlException.Cancel

All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

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

    • Cancel

      public Cancel(org.apache.commons.jexl3.parser.JexlNode node)
      Creates a new instance of Cancel.
      Parameters:
      node - the node where the interruption was detected