类 BindValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.properties.bind.validation.BindValidationException
- 所有已实现的接口:
Serializable
Error thrown when validation fails during a bind operation.
- 从以下版本开始:
- 2.0.0
- 作者:
- Phillip Webb, Madhura Bhave
- 另请参阅:
-
方法概要
修饰符和类型方法说明Return the validation errors that caused the exception.
-
方法详细资料
-
getValidationErrors
Return the validation errors that caused the exception.- 返回:
- the validationErrors the validation errors
-