public static class JexlException.Parsing extends JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variableinfo, mark, NULL_OPERAND| Constructor | Description |
|---|---|
Parsing(JexlInfo node,
java.lang.CharSequence expr,
ParseException cause) |
Creates a new Variable exception instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
detailedMessage() |
Accesses detailed message.
|
java.lang.String |
getExpression() |
getInfo, getMessage, parserErrorpublic Parsing(JexlInfo node, java.lang.CharSequence expr, ParseException cause)
node - the offending ASTnodeexpr - the offending sourcecause - the javacc causepublic java.lang.String getExpression()
protected java.lang.String detailedMessage()
JexlExceptiondetailedMessage in class JexlException