Uses of Enum Class
org.springframework.expression.spel.SpelMessage
-
Uses of SpelMessage in org.springframework.expression.spel
Modifier 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.ModifierConstructorDescriptionSpelEvaluationException
(int position, Throwable cause, SpelMessage message, Object... inserts) SpelEvaluationException
(int position, SpelMessage message, Object... inserts) SpelEvaluationException
(Throwable cause, SpelMessage message, Object... inserts) SpelEvaluationException
(SpelMessage message, Object... inserts) SpelParseException
(int position, Throwable cause, SpelMessage message, Object... inserts) SpelParseException
(int position, SpelMessage message, Object... inserts) SpelParseException
(String expressionString, int position, SpelMessage message, Object... inserts)