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 Link icon

    • Throw Link icon

      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 Link icon

    • getValue Link icon

      public Object getValue()
      Gets the thrown value
      Returns:
      the thrown value