com.ibm.bpe.jsf.handler
Interface ErrorHandler
- All Superinterfaces:
- ItemProvider
- All Known Implementing Classes:
- BPCListHandler
public interface ErrorHandler
- extends ItemProvider
A container that is able to display exceptions for individual items that have also been provided.
To use this container, you must set up a map that associates the exceptions with the IDs of the items provided.
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
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. |
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
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.