public class ParserException extends RuntimeException
Constructor and Description |
---|
ParserException(String expressionString,
String message,
Throwable cause)
Creates a new expression parsing exception.
|
ParserException(String expressionString,
Throwable cause)
Creates a new expression parsing exception.
|
Modifier and Type | Method and Description |
---|---|
Object |
getExpressionString()
Returns the expression string that could not be parsed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParserException(String expressionString, Throwable cause)
expressionString
- the expression string that could not be parsedcause
- the underlying cause of this exceptionpublic Object getExpressionString()