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 | Description |
|---|---|
Tokenization(JexlInfo node,
java.lang.CharSequence expr,
TokenMgrError cause) |
Creates a new Tokenization exception instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
detailedMessage() |
Accesses detailed message.
|
java.lang.String |
getExpression() |
getInfo, getMessage, parserErrorpublic Tokenization(JexlInfo node, java.lang.CharSequence expr, TokenMgrError cause)
node - the location infoexpr - the expressioncause - the javacc causepublic java.lang.String getExpression()
protected java.lang.String detailedMessage()
JexlExceptiondetailedMessage in class JexlException