public static class JexlException.Parsing extends JexlException
JexlException.Ambiguous, JexlException.Assignment, JexlException.Break, JexlException.Cancel, JexlException.Continue, JexlException.Method, JexlException.Operator, JexlException.Parsing, JexlException.Property, JexlException.Return, JexlException.Tokenization, JexlException.Variable
Constructor and Description |
---|
JexlException.Parsing(JexlInfo info,
ParseException cause)
Creates a new Parsing exception instance.
|
JexlException.Parsing(JexlInfo info,
String msg)
Creates a new Parsing exception instance.
|
Modifier and Type | Method and Description |
---|---|
protected String |
detailedMessage()
Accesses detailed message.
|
String |
getDetail() |
clean, getInfo, getInfo, getMessage, methodError, operatorError, parserError, propertyError, variableError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JexlException.Parsing(JexlInfo info, ParseException cause)
info
- the location informationcause
- the javacc causepublic String getDetail()
protected String detailedMessage()
JexlException
detailedMessage
in class JexlException
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.