Package org.apache.commons.jexl2
Class JexlException.Return
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.commons.jexl2.JexlException
-
- org.apache.commons.jexl2.JexlException.Return
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- JexlException
protected static class JexlException.Return extends JexlException
Thrown to return a value.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.commons.jexl2.JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
-
-
Field Summary
-
Fields inherited from class org.apache.commons.jexl2.JexlException
info, mark, NULL_OPERAND
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
-
Methods inherited from class org.apache.commons.jexl2.JexlException
detailedMessage, getInfo, getMessage, parserError
-
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue()
- Returns:
- the returned value
-
-