Searched defs:exceptionally (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
H A DCompletionStage.java93 * whether the triggering stage completed normally or exceptionally.
94 * Method {@link #exceptionally exceptionally} supports computation
95 * only when the triggering stage completes exceptionally, computing a
99 * requiring its completion complete exceptionally as well, with a
102 * complete exceptionally, then the CompletionException may correspond
105 * exceptionally, no guarantees are made about whether the dependent
106 * stage completes normally or exceptionally. In the case of method
108 * exception, then the stage completes exceptionally with this
109 * exception unless the source stage also completed exceptionally, i
850 public CompletionStage<T> exceptionally method in interface:CompletionStage
[all...]
H A DCompletableFuture.java1901 * exceptionally, or via cancellation.
1915 * @throws ExecutionException if this future completed exceptionally
1932 * @throws ExecutionException if this future completed exceptionally
1946 * (unchecked) exception if completed exceptionally. To better
1956 * exceptionally or a completion computation threw an exception
1971 * exceptionally or a completion computation threw an exception
2209 * completion when it completes exceptionally; otherwise, if this
2217 * exceptionally
2220 public CompletableFuture<T> exceptionally( method in class:CompletableFuture
2231 * CompletableFutures complete exceptionally, the
[all...]

Completed in 9 milliseconds