Enum Class的使用
cn.taketoday.expression.spel.SpelMessage
使用SpelMessage的程序包
-
cn.taketoday.expression.spel中SpelMessage的使用
修饰符和类型方法说明SpelEvaluationException.getMessageCode()Return the message code.SpelParseException.getMessageCode()Return the message code.static SpelMessageReturns 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.参数类型为SpelMessage的cn.taketoday.expression.spel中的构造器限定符构造器说明SpelEvaluationException(int position, SpelMessage message, Object... inserts) SpelEvaluationException(int position, Throwable cause, SpelMessage message, Object... inserts) SpelEvaluationException(SpelMessage message, Object... inserts) SpelEvaluationException(Throwable cause, SpelMessage message, Object... inserts) SpelParseException(int position, SpelMessage message, Object... inserts) SpelParseException(int position, Throwable cause, SpelMessage message, Object... inserts) SpelParseException(String expressionString, int position, SpelMessage message, Object... inserts)