public static class JexlException.Variable 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.Variable(JexlNode node,
String var,
boolean undef)
Creates a new Variable exception instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
detailedMessage()
Accesses detailed message.
|
String |
getVariable() |
boolean |
isUndefined()
Whether the variable causing an error is undefined or evaluated as null.
|
clean, getInfo, getInfo, getMessage, methodError, operatorError, parserError, propertyError, variableErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic boolean isUndefined()
public String getVariable()
protected String detailedMessage()
JexlExceptiondetailedMessage in class JexlExceptionCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.