com.ibm.bpe.jsf.handler
Interface ErrorHandler
All Superinterfaces:
All known implementing classes:
- public interface ErrorHandler
- extends ItemProvider
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrors()
Retrieve the errors that were reported for the items.
|
|
setErrors(java.util.Map errors)
Command implementations can use this method to report errors for individual items.
|
Methods inherited from interface com.ibm.bpe.jsf.handler.ItemProvider |
---|
getSelectedItems |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
setErrors
- void setErrors(java.util.Map errors)
Command implementations can use this method to report errors for individual items.
Parameters:
errors
- a map of exceptions for object IDs. getErrors
- java.util.Map getErrors()
Retrieve the errors that were reported for the items.
Returns:
a map of exceptions for object IDs.