Class JexlException.Return

All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

public static class JexlException.Return extends JexlException
Thrown to return a value.
Since:
3.0
See Also:
  • Constructor Details

    • Return

      public Return(org.apache.commons.jexl3.parser.JexlNode node, String msg, Object value)
      Creates a new instance of Return.
      Parameters:
      node - the return node
      msg - the message
      value - the returned value
  • Method Details