Class JexlException.Throw

All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

public static class JexlException.Throw extends JexlException
Thrown to throw a value.
Since:
3.3.1
See Also:
  • Constructor Details

    • Throw

      public Throw(org.apache.commons.jexl3.parser.JexlNode node, Object value)
      Creates a new instance of Throw.
      Parameters:
      node - the throw node
      value - the thrown value
  • Method Details