public class ParserException
extends java.lang.RuntimeException
Constructor and Description |
---|
ParserException(java.lang.String expressionString,
java.lang.String message,
java.lang.Throwable cause)
Creates a new expression parsing exception.
|
ParserException(java.lang.String expressionString,
java.lang.Throwable cause)
Creates a new expression parsing exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getExpressionString()
Returns the expression string that could not be parsed.
|
public ParserException(java.lang.String expressionString, java.lang.Throwable cause)
expressionString
- the expression string that could not be parsedcause
- the underlying cause of this exceptionpublic ParserException(java.lang.String expressionString, java.lang.String message, java.lang.Throwable cause)
expressionString
- the expression string that could not be parsedmessage
- a descriptive messagecause
- the underlying cause of this exception