public static class JexlException.Tokenization extends JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variableinfo, mark, NULL_OPERAND| Constructor and Description |
|---|
Tokenization(JexlInfo node,
java.lang.CharSequence expr,
TokenMgrError cause)
Creates a new Tokenization 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,
TokenMgrError cause)
Merge the node info and the cause info to obtain best possible location.
|
getInfo, getMessage, parserErrorpublic Tokenization(JexlInfo node, java.lang.CharSequence expr, TokenMgrError cause)
node - the location infoexpr - the expressioncause - the javacc causeprivate static DebugInfo merge(JexlInfo node, TokenMgrError cause)
node - the nodecause - the causepublic java.lang.String getExpression()
protected java.lang.String detailedMessage()
JexlExceptiondetailedMessage in class JexlException