|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorHandler
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. |
Methods inherited from interface com.ibm.bpe.jsf.handler.ItemProvider |
---|
getSelectedItems |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
void setErrors(java.util.Map errors)
errors
- a map of exceptions for object IDs.java.util.Map getErrors()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |