Uses of Enum Class
org.springframework.expression.spel.SpelMessage
Packages that use SpelMessage
-
Uses of SpelMessage in org.springframework.expression.spel
Subclasses with type arguments of type SpelMessage in org.springframework.expression.spelModifier and TypeClassDescriptionenum
Contains all the messages that can be produced by the Spring Expression Language.Methods in org.springframework.expression.spel that return SpelMessageModifier and TypeMethodDescriptionSpelEvaluationException.getMessageCode()
Return the message code.SpelParseException.getMessageCode()
Return the message code.static SpelMessage
Returns the enum constant of this class with the specified name.static SpelMessage[]
SpelMessage.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.springframework.expression.spel with parameters of type SpelMessageModifierConstructorDescriptionSpelEvaluationException
(int position, @Nullable Throwable cause, SpelMessage message, @Nullable Object... inserts) SpelEvaluationException
(int position, SpelMessage message, @Nullable Object... inserts) SpelEvaluationException
(@Nullable Throwable cause, SpelMessage message, @Nullable Object... inserts) SpelEvaluationException
(SpelMessage message, @Nullable Object... inserts) SpelParseException
(int position, Throwable cause, SpelMessage message, Object... inserts) SpelParseException
(int position, SpelMessage message, Object... inserts) SpelParseException
(@Nullable String expressionString, int position, SpelMessage message, Object... inserts)