| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectError | |
|---|---|
| org.springframework.validation | Provides data binding and validation functionality, for usage in business and/or UI layers. | 
| org.springframework.web.bind | Provides web-specific data binding functionality. | 
| Uses of ObjectError in org.springframework.validation | 
|---|
| Subclasses of ObjectError in org.springframework.validation | |
|---|---|
|  class | FieldErrorEncapsulates a field error, that is, a reason for rejecting a specific field value. | 
| Methods in org.springframework.validation that return ObjectError | |
|---|---|
|  ObjectError | AbstractErrors.getGlobalError() | 
|  ObjectError | Errors.getGlobalError()Get the first global error, if any. | 
|  ObjectError | BindException.getGlobalError() | 
|  ObjectError | AbstractBindingResult.getGlobalError() | 
| Methods in org.springframework.validation with parameters of type ObjectError | |
|---|---|
|  void | BindingResult.addError(ObjectError error)Add a custom ObjectErrororFieldErrorto the errors list. | 
|  void | BindException.addError(ObjectError error) | 
|  void | AbstractBindingResult.addError(ObjectError error) | 
| Uses of ObjectError in org.springframework.web.bind | 
|---|
| Methods in org.springframework.web.bind that return ObjectError | |
|---|---|
|  ObjectError | EscapedErrors.getGlobalError() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||