The Spring Framework

Uses of Class
org.springframework.validation.ObjectError

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, including a utility class for easy invocation of binding and validation. 
 

Uses of ObjectError in org.springframework.validation
 

Subclasses of ObjectError in org.springframework.validation
 class FieldError
          Encapsulates a field error, that is, a reason for rejecting a specific field value.
 

Methods in org.springframework.validation that return ObjectError
 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 ObjectError or FieldError to 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()
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.