All Implemented Interfaces:
Serializable
Enclosing class:
JexlException

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

    • Return

      protected Return(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

    • getValue

      public Object getValue()
      Returns:
      the returned value