| org.springframework.binding.expression.ParserException
ParserException | public class ParserException extends NestedRuntimeException (Code) | | Base class for exceptions thrown during expression parsing.
author: Keith Donald |
ParserException | public ParserException(String expressionString, Throwable cause)(Code) | | Creates a new expression parsing exception.
Parameters: expressionString - the expression string that could not be parsed Parameters: cause - the underlying cause of this exception |
ParserException | public ParserException(String expressionString, String message, Throwable cause)(Code) | | Creates a new expression parsing exception.
Parameters: expressionString - the expression string that could not be parsed Parameters: message - a descriptive message Parameters: cause - the underlying cause of this exception |
getExpressionString | public Object getExpressionString()(Code) | | Returns the expression string that could not be parsed.
|
|
|