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 and Description |
|---|
Parsing(JexlInfo node,
java.lang.CharSequence expr,
ParseException cause)
Creates a new Variable exception instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
detailedMessage()
Accesses detailed message.
|
java.lang.String |
getExpression() |
private static DebugInfo |
merge(JexlInfo node,
ParseException cause)
Merge the node info and the cause info to obtain best possible location.
|
getInfo, getMessage, parserErrorpublic Parsing(JexlInfo node, java.lang.CharSequence expr, ParseException cause)
node - the offending ASTnodeexpr - the offending sourcecause - the javacc causeprivate static DebugInfo merge(JexlInfo node, ParseException cause)
node - the nodecause - the causepublic java.lang.String getExpression()
protected java.lang.String detailedMessage()
JexlExceptiondetailedMessage in class JexlException