|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
V - the result type of the backup value@Beta public interface Fallback<V>
Provides a backup value to replace an earlier exception.
FutureFallback| Method Summary | |
|---|---|
V |
createOrPropagate(Throwable t)
The exception is provided so that the Fallback implementation can
conditionally determine whether to propagate the exception or to attempt
to recover. |
| Methods inherited from interface com.google.common.util.concurrent.FutureFallback |
|---|
create |
| Method Detail |
|---|
V createOrPropagate(Throwable t)
throws Exception
Fallback implementation can
conditionally determine whether to propagate the exception or to attempt
to recover.
t - the exception that made the call fail.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||