| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.context.support.DefaultMessageSourceResolvable
org.springframework.validation.ObjectError
org.springframework.validation.FieldError
public class FieldError
Encapsulates a field error, that is, a reason for rejecting a specific field value.
See the DefaultMessageCodesResolver javadoc for details on
 how a message code list is built for a FieldError.
DefaultMessageCodesResolver, 
Serialized Form| Constructor Summary | |
|---|---|
FieldError(String objectName,
           String field,
           Object rejectedValue,
           boolean bindingFailure,
           String[] codes,
           Object[] arguments,
           String defaultMessage)
Create a new FieldError instance.  | 
|
FieldError(String objectName,
           String field,
           String defaultMessage)
Create a new FieldError instance.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object other)
 | 
 String | 
getField()
Return the affected field of the object.  | 
 Object | 
getRejectedValue()
Return the rejected field value.  | 
 int | 
hashCode()
 | 
 boolean | 
isBindingFailure()
Return whether this error represents a binding failure (like a type mismatch); otherwise it is a validation failure.  | 
 String | 
toString()
Default implementation exposes the attributes of this MessageSourceResolvable.  | 
| Methods inherited from class org.springframework.validation.ObjectError | 
|---|
getObjectName | 
| Methods inherited from class org.springframework.context.support.DefaultMessageSourceResolvable | 
|---|
getArguments, getCode, getCodes, getDefaultMessage, resolvableToString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FieldError(String objectName,
                  String field,
                  String defaultMessage)
objectName - the name of the affected objectfield - the affected field of the objectdefaultMessage - the default message to be used to resolve this message
public FieldError(String objectName,
                  String field,
                  Object rejectedValue,
                  boolean bindingFailure,
                  String[] codes,
                  Object[] arguments,
                  String defaultMessage)
objectName - the name of the affected objectfield - the affected field of the objectrejectedValue - the rejected field valuebindingFailure - whether this error represents a binding failure
 (like a type mismatch); else, it is a validation failurecodes - the codes to be used to resolve this messagearguments - the array of arguments to be used to resolve this messagedefaultMessage - the default message to be used to resolve this message| Method Detail | 
|---|
public String getField()
public Object getRejectedValue()
public boolean isBindingFailure()
public String toString()
DefaultMessageSourceResolvableresolvableToString().
toString in class ObjectErrorDefaultMessageSourceResolvable.resolvableToString()public boolean equals(Object other)
equals in class ObjectErrorpublic int hashCode()
hashCode in class ObjectError
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||