Class JexlException.Continue

All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

public static class JexlException.Continue extends JexlException
Thrown to continue a loop.
Since:
3.0
See Also:
  • Constructor Details

    • Continue

      public Continue(org.apache.commons.jexl3.parser.JexlNode node)
      Creates a new instance of Continue.
      Parameters:
      node - the continue-node