Home
last modified time | relevance | path

Searched defs:Throwable (Results 1 – 9 of 9) 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.java717 (BiFunction<? super T, Throwable, ? extends U> fn); in handle() argument
736 (BiFunction<? super T, Throwable, ? extends U> fn); in handleAsync() argument
756 (BiFunction<? super T, Throwable, ? extends U> fn, in handleAsync() argument
851 (Function<Throwable, ? extends T> fn); in exceptionally()
872 (Function<Throwable, ? extends T> fn) { in exceptionallyAsync()
898 (Function<Throwable, ? extends T> fn, Executor executor) { in exceptionallyAsync()
920 (Function<Throwable, ? extends CompletionStage<T>> fn) { in exceptionallyCompose()
943 (Function<Throwable, ? extends CompletionStage<T>> fn) { in exceptionallyComposeAsync()
968 (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()
2315 BiFunction<? super T, Throwable, ? extends U> fn) { in handle() argument
2320 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/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.java4821 (BiFunction<? super T, Throwable, ? extends U> fn) { in handle() argument
4824 (BiFunction<? super T, Throwable, ? extends U> fn) { in handleAsync() argument
4827 (BiFunction<? super T, Throwable, ? extends U> fn, in handleAsync() argument
4841 (Function<Throwable, ? extends T> fn) { in exceptionally()