protected static class JexlException.Return extends JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
result
The returned value.
|
info, mark, NULL_OPERAND
Modifier | Constructor and Description |
---|---|
protected |
Return(JexlNode node,
java.lang.String msg,
java.lang.Object value)
Creates a new instance of Return.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue() |
detailedMessage, getInfo, getMessage, parserError
protected Return(JexlNode node, java.lang.String msg, java.lang.Object value)
node
- the return nodemsg
- the messagevalue
- the returned value