|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| FaultHandler | Handlers of Stream iteration failures. |
| Class Summary | |
|---|---|
| CountingHandler | A partial implementation for FaultHandler that count failures and keep track of the last observed failure. |
| IgnoreHandler | A FaultHandler that silently absorbs all failures. |
| RethrowHandler | A FaultHandler that rethrows all failures (i.e. |
| RethrowUnrecoverableHandler | A FaultHandler that silently absorbs StreamContingencyExceptions
but re-throws all other failures. |
| StopFastHandler | A FaultHandler that silently stops iteration at the first occurrence of any failure. |
| StopUnrecoverableHandler | A FaultHandler that silently absorbs StreamContingencyExceptions
and stops iteration at the first unrecoverable failure. |
| Enum Summary | |
|---|---|
| FaultResponse | Enumarates the possible responses of a FaultHandler to the occurrence of a failure in the iteration of a
Stream. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||