Package io.foldright.cffu.eh
@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package io.foldright.cffu.eh
Exception handle from MULTIPLE
CompletionStage
s
(including CompletableFuture
s and Cffu
s).
See the core class SwallowedExceptionHandleUtils
documentation for more info.
- Author:
- Jerry Lee (oldratlee at gmail dot com)
- See Also:
-
ClassDescriptionException handler, used by the methods of
SwallowedExceptionHandleUtils
.Exception info of exceptions, used as argument ofExceptionHandler
.Utilities to handle swallowed exceptions from MULTIPLECompletionStage
s (includingCompletableFuture
s andCffu
s).