public static class JexlException.Tokenization extends JexlException
JexlException.Cancel, JexlException.Method, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
info, 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, parserError
public 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()
JexlException
detailedMessage
in class JexlException