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