/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Throwable.annotated.java | 34 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/ |
D | Throwable.java | 32 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/lang/ |
D | Throwable.java | 116 public class Throwable implements Serializable { class 261 public Throwable() { in Throwable() method in Throwable 276 public Throwable(String message) { in Throwable() method in Throwable 298 public Throwable(String message, Throwable cause) { in Throwable() method in Throwable 321 public Throwable(Throwable cause) { in Throwable() method in Throwable 368 protected Throwable(String message, Throwable cause, in Throwable() method in Throwable
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 717 (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()
|
D | CompletableFuture.java | 803 BiFunction<? super T, Throwable, ? extends V> fn) { in UniHandle() argument 817 BiFunction<? super S, Throwable, ? extends T> f, in uniHandle() argument 843 Executor e, BiFunction<? super T, Throwable, ? extends V> f) { in uniHandleStage() argument 858 Function<? super Throwable, ? extends T> fn) { in UniExceptionally() 872 Function<? super Throwable, ? extends T> f, in uniExceptionally() 893 Function<Throwable, ? extends T> f) { in uniExceptionallyStage() 2182 BiFunction<? super T, Throwable, ? extends U> fn) { in handle() argument 2187 BiFunction<? super T, Throwable, ? extends U> fn) { in handleAsync() argument 2192 BiFunction<? super T, Throwable, ? extends U> fn, Executor executor) { in handleAsync() argument 2223 Function<Throwable, ? extends T> fn) { in exceptionally()
|
/libcore/ojluni/annotations/mmodule/java/util/concurrent/ |
D | CompletableFuture.annotated.java | 136 …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()
|