public static class JexlException.Property extends JexlException
JexlException.Ambiguous, JexlException.Assignment, JexlException.Break, JexlException.Cancel, JexlException.Continue, JexlException.Method, JexlException.Operator, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
Constructor and Description |
---|
JexlException.Property(JexlNode node,
String var)
Creates a new Property exception instance.
|
JexlException.Property(JexlNode node,
String var,
Throwable cause)
Creates a new Property exception instance.
|
Modifier and Type | Method and Description |
---|---|
protected String |
detailedMessage()
Accesses detailed message.
|
String |
getProperty() |
clean, getInfo, getInfo, getMessage, methodError, operatorError, parserError, propertyError, variableError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JexlException.Property(JexlNode node, String var)
node
- the offending ASTnodevar
- the unknown variablepublic String getProperty()
protected String detailedMessage()
JexlException
detailedMessage
in class JexlException
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.