org.mmbase.applications.vprowizards.spring
Class FieldError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mmbase.applications.vprowizards.spring.GlobalError
org.mmbase.applications.vprowizards.spring.FieldError
- All Implemented Interfaces:
- Serializable
public class FieldError
- extends GlobalError
This is the kind of error that will be created when something went wrong with a field value, or setting a field on a node. This kind of error
should be displayed in the referrer page (in connection with a specific field input element). It is primerily intended for validation errors.
- Author:
- Ernst Bunders
- See Also:
- Serialized Form
MODEL_MAPPING_KEY
public static final String MODEL_MAPPING_KEY
- See Also:
- Constant Field Values
FieldError
public FieldError(String field,
String messageKey,
Locale locale)
FieldError
public FieldError(String field,
String messageKey,
String[] properties,
Locale locale)
getField
public String getField()
MMBase 2.0-SNAPSHOT - null