Class JexlException.Throw

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

    public static class JexlException.Throw
    extends JexlException
    Thrown to throw a value.
    Since:
    3.3.1
    See Also:
    Serialized Form
    • Field Detail

      • result

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

      • Throw

        public Throw​(JexlNode node,
                     java.lang.Object value)
        Creates a new instance of Throw.
        Parameters:
        node - the throw node
        value - the thrown value
    • Method Detail

      • getValue

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