Default implementation of the Errors interface, supporting
registration and evaluation of binding errors.
Slightly unusual, as it is an exception.
This is mainly a framework-internal class. Normally, application
code will work with the Errors interface, or a DataBinder that in
turn exposes a BindException via getErrors().
Supports exporting a model, suitable for example for web MVC.
Thus, it is sometimes used as parameter type instead of the Errors interface
itself - if extracting the model makes sense in the particular context.
This is mainly a framework-internal class. Normally, application code will work with the Errors interface, or a DataBinder that in turn exposes a BindException via
getErrors().Supports exporting a model, suitable for example for web MVC. Thus, it is sometimes used as parameter type instead of the Errors interface itself - if extracting the model makes sense in the particular context.