public static class JexlException.Property extends JexlException
JexlException.Ambiguous, JexlException.Annotation, 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() |
annotationError, clean, getInfo, getInfo, getMessage, methodError, operatorError, parserError, propertyError, variableErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JexlException.Property(JexlNode node, String var)
node - the offending ASTnodevar - the unknown variablepublic String getProperty()
protected String detailedMessage()
JexlExceptiondetailedMessage in class JexlExceptionCopyright © 2001–2016 The Apache Software Foundation. All rights reserved.