|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Recovery<T>
This interface represents an error recovery strategy.
Monad.recover(Creator,Recovery) and Component.recover(Recovery)
use this interface to recover from an error.
Zephyr Business Solution
| Method Summary | |
|---|---|
Creator<T> |
recover(java.lang.RuntimeException e)
recover from an error. |
| Method Detail |
|---|
Creator<T> recover(java.lang.RuntimeException e)
e - the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||