Uses of Class
org.springframework.expression.spel.SpelEvaluationException
Packages that use SpelEvaluationException
Package
Description
SpEL's abstract syntax tree.
SpEL's default implementations for various core abstractions.
-
Uses of SpelEvaluationException in org.springframework.expression.spel.ast
Methods in org.springframework.expression.spel.ast that throw SpelEvaluationExceptionModifier and TypeMethodDescriptionfinal TypedValue
Literal.getValueInternal
(ExpressionState state) VariableReference.getValueInternal
(ExpressionState state) VariableReference.getValueRef
(ExpressionState state) boolean
Indexer.isWritable
(ExpressionState expressionState) boolean
VariableReference.isWritable
(ExpressionState expressionState) -
Uses of SpelEvaluationException in org.springframework.expression.spel.support
Methods in org.springframework.expression.spel.support that throw SpelEvaluationExceptionModifier and TypeMethodDescriptionint
static boolean
ReflectionHelper.convertAllArguments
(TypeConverter converter, Object[] arguments, Method method) Convert a supplied set of arguments into the requested types.