public class ValidationErrors extends BeanPropertyBindingResult
Models validation errors
Constructor and description |
---|
ValidationErrors(java.lang.Object target, java.lang.String objectName) Creates a new instance of the org.springframework.validation.BeanPropertyBindingResult class. |
ValidationErrors(java.lang.Object target) Creates a new instance of the org.springframework.validation.BeanPropertyBindingResult class. |
Creates a new instance of the org.springframework.validation.BeanPropertyBindingResult class.
target
- the target bean to bind ontoobjectName
- the name of the target objectCreates a new instance of the org.springframework.validation.BeanPropertyBindingResult class.
target
- the target bean to bind onto