public static class JexlException.Property extends JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
info, mark, NULL_OPERAND
Constructor and Description |
---|
JexlException.Property(JexlNode node,
java.lang.String var)
Creates a new Property exception instance.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
detailedMessage()
Accesses detailed message.
|
java.lang.String |
getProperty() |
getInfo, getMessage, parserError
public JexlException.Property(JexlNode node, java.lang.String var)
node
- the offending ASTnodevar
- the unknown variablepublic java.lang.String getProperty()
protected java.lang.String detailedMessage()
JexlException
detailedMessage
in class JexlException
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.