You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2024. It is now read-only.
<li><ahref="java9/util/concurrent/CompletableFuture.html" title="class in java9.util.concurrent" target="classFrame">CompletableFuture</a></li>
17
17
<li><ahref="java9/util/concurrent/CompletableFuture.AsynchronousCompletionTask.html" title="interface in java9.util.concurrent" target="classFrame"><spanclass="interfaceName">CompletableFuture.AsynchronousCompletionTask</span></a></li>
18
+
<li><ahref="java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent" target="classFrame">CompletionException</a></li>
18
19
<li><ahref="java9/util/concurrent/CompletionStage.html" title="interface in java9.util.concurrent" target="classFrame"><spanclass="interfaceName">CompletionStage</span></a></li>
<li><ahref="java9/util/concurrent/CompletableFuture.html" title="class in java9.util.concurrent">CompletableFuture</a></li>
17
17
<li><ahref="java9/util/concurrent/CompletableFuture.AsynchronousCompletionTask.html" title="interface in java9.util.concurrent"><spanclass="interfaceName">CompletableFuture.AsynchronousCompletionTask</span></a></li>
18
+
<li><ahref="java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent">CompletionException</a></li>
18
19
<li><ahref="java9/util/concurrent/CompletionStage.html" title="interface in java9.util.concurrent"><spanclass="interfaceName">CompletionStage</span></a></li>
<divclass="block">Completes this CompletableFuture with the given value if not
201
201
otherwise completed before the given timeout.</div>
202
202
</dd>
203
+
<dt><ahref="java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent"><spanclass="typeNameLink">CompletionException</span></a> - Exception in <ahref="java9/util/concurrent/package-summary.html">java9.util.concurrent</a></dt>
204
+
<dd>
205
+
<divclass="block">Exception thrown when an error or other exception is encountered
206
+
in the course of completing a result or task.</div>
207
+
</dd>
208
+
<dt><spanclass="memberNameLink"><ahref="java9/util/concurrent/CompletionException.html#CompletionException--">CompletionException()</a></span> - Constructor for exception java9.util.concurrent.<ahref="java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent">CompletionException</a></dt>
209
+
<dd>
210
+
<divclass="block">Constructs a <code>CompletionException</code> with no detail message.</div>
211
+
</dd>
212
+
<dt><spanclass="memberNameLink"><ahref="java9/util/concurrent/CompletionException.html#CompletionException-java.lang.String-">CompletionException(String)</a></span> - Constructor for exception java9.util.concurrent.<ahref="java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent">CompletionException</a></dt>
213
+
<dd>
214
+
<divclass="block">Constructs a <code>CompletionException</code> with the specified detail
215
+
message.</div>
216
+
</dd>
217
+
<dt><spanclass="memberNameLink"><ahref="java9/util/concurrent/CompletionException.html#CompletionException-java.lang.String-java.lang.Throwable-">CompletionException(String, Throwable)</a></span> - Constructor for exception java9.util.concurrent.<ahref="java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent">CompletionException</a></dt>
218
+
<dd>
219
+
<divclass="block">Constructs a <code>CompletionException</code> with the specified detail
220
+
message and cause.</div>
221
+
</dd>
222
+
<dt><spanclass="memberNameLink"><ahref="java9/util/concurrent/CompletionException.html#CompletionException-java.lang.Throwable-">CompletionException(Throwable)</a></span> - Constructor for exception java9.util.concurrent.<ahref="java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent">CompletionException</a></dt>
223
+
<dd>
224
+
<divclass="block">Constructs a <code>CompletionException</code> with the specified cause.</div>
225
+
</dd>
203
226
<dt><ahref="java9/util/concurrent/CompletionStage.html" title="interface in java9.util.concurrent"><spanclass="typeNameLink">CompletionStage</span></a><<ahref="java9/util/concurrent/CompletionStage.html" title="type parameter in CompletionStage">T</a>> - Interface in <ahref="java9/util/concurrent/package-summary.html">java9.util.concurrent</a></dt>
204
227
<dd>
205
228
<divclass="block">A stage of a possibly asynchronous computation, that performs an
@@ -737,6 +760,6 @@ <h2 class="title">W</h2>
737
760
<!-- -->
738
761
</a></div>
739
762
<!-- ======== END OF BOTTOM NAVBAR ======= -->
740
-
<pclass="legalCopy"><small>Copyright © 2017. All rights reserved.</small></p>
763
+
<pclass="legalCopy"><small>Copyright © 2018. All rights reserved.</small></p>
<li><ahref="../../../java9/util/concurrent/CompletableFuture.html" title="class in java9.util.concurrent"><spanclass="typeNameLink">Prev Class</span></a></li>
47
-
<li><ahref="../../../java9/util/concurrent/CompletionStage.html" title="interface in java9.util.concurrent"><spanclass="typeNameLink">Next Class</span></a></li>
47
+
<li><ahref="../../../java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent"><spanclass="typeNameLink">Next Class</span></a></li>
<li><ahref="../../../java9/util/concurrent/CompletableFuture.html" title="class in java9.util.concurrent"><spanclass="typeNameLink">Prev Class</span></a></li>
136
-
<li><ahref="../../../java9/util/concurrent/CompletionStage.html" title="interface in java9.util.concurrent"><spanclass="typeNameLink">Next Class</span></a></li>
136
+
<li><ahref="../../../java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent"><spanclass="typeNameLink">Next Class</span></a></li>
conform with the use of common functional forms, if a
1107
1107
computation involved in the completion of this
1108
1108
CompletableFuture threw an exception, this method throws an
1109
-
(unchecked) <code>CompletionException</code> with the underlying
1109
+
(unchecked) <ahref="../../../java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent"><code>CompletionException</code></a> with the underlying
1110
1110
exception as its cause.</div>
1111
1111
<dl>
1112
1112
<dt><spanclass="returnLabel">Returns:</span></dt>
1113
1113
<dd>the result value</dd>
1114
1114
<dt><spanclass="throwsLabel">Throws:</span></dt>
1115
1115
<dd><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent">CancellationException</a></code> - if the computation was cancelled</dd>
1116
-
<dd><code>CompletionException</code> - if this future completed
1116
+
<dd><code><ahref="../../../java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent">CompletionException</a></code> - if this future completed
1117
1117
exceptionally or a completion computation threw an exception</dd>
1118
1118
</dl>
1119
1119
</li>
@@ -1136,7 +1136,7 @@ <h4>getNow</h4>
1136
1136
<dd>the result value, if completed, else the given valueIfAbsent</dd>
1137
1137
<dt><spanclass="throwsLabel">Throws:</span></dt>
1138
1138
<dd><code><ahref="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent">CancellationException</a></code> - if the computation was cancelled</dd>
1139
-
<dd><code>CompletionException</code> - if this future completed
1139
+
<dd><code><ahref="../../../java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent">CompletionException</a></code> - if this future completed
1140
1140
exceptionally or a completion computation threw an exception</dd>
1141
1141
</dl>
1142
1142
</li>
@@ -2368,7 +2368,7 @@ <h4>cancel</h4>
2368
2368
<divclass="block">If not already completed, completes this CompletableFuture with
2369
2369
a <ahref="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><code>CancellationException</code></a>. Dependent CompletableFutures
2370
2370
that have not already completed will also complete
2371
-
exceptionally, with a <code>CompletionException</code> caused by
2371
+
exceptionally, with a <ahref="../../../java9/util/concurrent/CompletionException.html" title="class in java9.util.concurrent"><code>CompletionException</code></a> caused by
0 commit comments