Home
last modified time | relevance | path

Searched defs:Throwable (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThrowable.annotated.java34 public class Throwable implements java.io.Serializable { class
36 public Throwable() { throw new RuntimeException("Stub!"); } in Throwable() method in Throwable
38 public Throwable(@libcore.util.Nullable java.lang.String message) { throw new RuntimeException("Stu… in Throwable() method in Throwable
40 public Throwable(@libcore.util.Nullable java.lang.String message, @libcore.util.Nullable java.lang.… in Throwable() method in Throwable
42 public Throwable(@libcore.util.Nullable java.lang.Throwable cause) { throw new RuntimeException("St… in Throwable() method in Throwable
44 protected Throwable(@libcore.util.Nullable java.lang.String message, @libcore.util.Nullable java.la… in Throwable() method in Throwable
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThrowable.java32 public class Throwable implements java.io.Serializable { class
34 public Throwable() { in Throwable() method in Throwable
38 public Throwable(java.lang.String message) { in Throwable() method in Throwable
42 public Throwable(java.lang.String message, java.lang.Throwable cause) { in Throwable() method in Throwable
46 public Throwable(java.lang.Throwable cause) { in Throwable() method in Throwable
50 protected Throwable( in Throwable() method in Throwable
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletionStage.java719 (BiFunction<? super T, Throwable, ? extends U> fn); in handle() argument
738 (BiFunction<? super T, Throwable, ? extends U> fn); in handleAsync() argument
758 (BiFunction<? super T, Throwable, ? extends U> fn, in handleAsync() argument
853 (Function<Throwable, ? extends T> fn); in exceptionally()
874 (Function<Throwable, ? extends T> fn) { in exceptionallyAsync()
900 (Function<Throwable, ? extends T> fn, Executor executor) { in exceptionallyAsync()
922 (Function<Throwable, ? extends CompletionStage<T>> fn) { in exceptionallyCompose()
945 (Function<Throwable, ? extends CompletionStage<T>> fn) { in exceptionallyComposeAsync()
970 (Function<Throwable, ? extends CompletionStage<T>> fn, in exceptionallyComposeAsync()
DCompletableFuture.java879 BiFunction<? super T, Throwable, ? extends V> fn) { in UniHandle() argument
895 BiFunction<? super S, Throwable, ? extends T> f, in uniHandle() argument
919 Executor e, BiFunction<? super T, Throwable, ? extends V> f) { in uniHandleStage() argument
942 Function<? super Throwable, ? extends T> fn) { in UniExceptionally()
958 Function<? super Throwable, ? extends T> f, in uniExceptionally()
977 Executor e, Function<Throwable, ? extends T> f) { in uniExceptionallyStage()
1000 Function<Throwable, ? extends CompletionStage<T>> fn) { in UniComposeExceptionally()
1037 Executor e, Function<Throwable, ? extends CompletionStage<T>> f) { in uniComposeExceptionallyStage()
2347 BiFunction<? super T, Throwable, ? extends U> fn) { in handle() argument
2352 BiFunction<? super T, Throwable, ? extends U> fn) { in handleAsync() argument
[all …]
/libcore/ojluni/src/main/java/java/lang/
DThrowable.java118 public class Throwable implements Serializable { class
270 public Throwable() { in Throwable() method in Throwable
285 public Throwable(String message) { in Throwable() method in Throwable
307 public Throwable(String message, Throwable cause) { in Throwable() method in Throwable
330 public Throwable(Throwable cause) { in Throwable() method in Throwable
377 protected Throwable(String message, Throwable cause, in Throwable() method in Throwable
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCompletableFuture.annotated.java87 …a.util.concurrent.CompletableFuture<T> exceptionally(java.util.function.Function<java.lang.Throwab… in exceptionally()
89 …l.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Function<java.lang.Throwab… in exceptionallyAsync()
91 …l.concurrent.CompletableFuture<T> exceptionallyAsync(java.util.function.Function<java.lang.Throwab… in exceptionallyAsync()
93 …concurrent.CompletableFuture<T> exceptionallyCompose(java.util.function.Function<java.lang.Throwab… in exceptionallyCompose()
95 …rrent.CompletableFuture<T> exceptionallyComposeAsync(java.util.function.Function<java.lang.Throwab… in exceptionallyComposeAsync()
97 …rrent.CompletableFuture<T> exceptionallyComposeAsync(java.util.function.Function<java.lang.Throwab… in exceptionallyComposeAsync()
111 …ompletableFuture<U> handle(java.util.function.BiFunction<? super T,java.lang.Throwable,? extends U… in handle()
113 …tableFuture<U> handleAsync(java.util.function.BiFunction<? super T,java.lang.Throwable,? extends U… in handleAsync()
115 …tableFuture<U> handleAsync(java.util.function.BiFunction<? super T,java.lang.Throwable,? extends U… in handleAsync()
/libcore/ojluni/src/test/java/lang/invoke/common/test/java/lang/invoke/lib/
DCodeCacheOverflowProcessor.java103 Function<Throwable, Boolean> filter) throws Throwable { in filterException()
/libcore/luni/src/test/java/libcore/java/util/concurrent/
DCompletionStageTest.java254 public <U> CompletionStage<U> handle(BiFunction<? super T, Throwable, ? extends U> fn) { in handle() argument
260 BiFunction<? super T, Throwable, ? extends U> fn) { in handleAsync() argument
265 public <U> CompletionStage<U> handleAsync(BiFunction<? super T, Throwable, ? extends U> fn, in handleAsync() argument
286 public CompletionStage<T> exceptionally(Function<Throwable, ? extends T> fn) { in exceptionally()
316 BiFunction<? super T, Throwable, ? extends U> fn) { in HandleStage() argument
322 BiFunction<? super T, Throwable, ? extends U> fn, Executor executor) { in HandleStage() argument
347 BiFunction<? super T, Throwable, ? extends U> fn) { in AsyncHandleStage() argument
352 BiFunction<? super T, Throwable, ? extends U> fn, Executor executor) { in AsyncHandleStage() argument
/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java136 …ompletableFuture<U> handle(java.util.function.BiFunction<? super T,java.lang.Throwable,? extends U… in handle()
138 …tableFuture<U> handleAsync(java.util.function.BiFunction<? super T,java.lang.Throwable,? extends U… in handleAsync()
140 …tableFuture<U> handleAsync(java.util.function.BiFunction<? super T,java.lang.Throwable,? extends U… in handleAsync()
144 …a.util.concurrent.CompletableFuture<T> exceptionally(java.util.function.Function<java.lang.Throwab… in exceptionally()
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java4961 (BiFunction<? super T, Throwable, ? extends U> fn) { in handle() argument
4964 (BiFunction<? super T, Throwable, ? extends U> fn) { in handleAsync() argument
4967 (BiFunction<? super T, Throwable, ? extends U> fn, in handleAsync() argument
4981 (Function<Throwable, ? extends T> fn) { in exceptionally()