public static class JexlException.Variable extends JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
info, mark, NULL_OPERAND
Constructor and Description |
---|
Variable(JexlNode node,
java.lang.String var)
Creates a new Variable exception instance.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
detailedMessage()
Accesses detailed message.
|
java.lang.String |
getVariable() |
getInfo, getMessage, parserError
public Variable(JexlNode node, java.lang.String var)
node
- the offending ASTnodevar
- the unknown variablepublic java.lang.String getVariable()
protected java.lang.String detailedMessage()
JexlException
detailedMessage
in class JexlException