Class JexlException.Return

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JexlException

    public static class JexlException.Return
    extends JexlException
    Thrown to return a value.
    Since:
    3.0
    See Also:
    Serialized Form
    • Field Detail

      • result

        private final transient java.lang.Object result
        The returned value.
    • Constructor Detail

      • Return

        public Return​(JexlNode node,
                      java.lang.String msg,
                      java.lang.Object value)
        Creates a new instance of Return.
        Parameters:
        node - the return node
        msg - the message
        value - the returned value
    • Method Detail

      • getValue

        public java.lang.Object getValue()
        Returns:
        the returned value