public interface ErrorHandler extends ItemProvider
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getErrors()
Retrieve the errors that were reported for the items.
|
void |
setErrors(java.util.Map errors)
Command implementations can use this method to report errors for individual items.
|
getSelectedItems
static final java.lang.String COPYRIGHT
void setErrors(java.util.Map errors)
errors
- a map of exceptions for object IDs.java.util.Map getErrors()