BindException(bindingResult: BindingResult)
Create a new BindException instance for a BindingResult.
bindingResult - the BindingResult instance to wrap
BindException(target: Any, objectName: String)
Create a new BindException instance for a target bean.
target - target bean to bind onto
objectName - the name of the target object
See Also
BeanPropertyBindingResult