Searched defs:Throwable (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/lang/ |
D | Throwable.java | 115 public class Throwable implements Serializable { class 241 public Throwable() { in Throwable() method in Throwable 256 public Throwable(String message) { in Throwable() method in Throwable 278 public Throwable(String message, Throwable cause) { in Throwable() method in Throwable 301 public Throwable(Throwable cause) { in Throwable() method in Throwable 348 protected Throwable(String message, Throwable cause, in Throwable() method in Throwable
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | CompletionStage.java | 688 (BiFunction<? super T, Throwable, ? extends U> fn); in handle() argument 707 (BiFunction<? super T, Throwable, ? extends U> fn); in handleAsync() argument 727 (BiFunction<? super T, Throwable, ? extends U> fn, in handleAsync() argument 822 (Function<Throwable, ? extends T> fn); in exceptionally()
|
D | CompletableFuture.java | 772 BiFunction<? super T, Throwable, ? extends V> fn) { in UniHandle() argument 786 BiFunction<? super S, Throwable, ? extends T> f, in uniHandle() argument 812 Executor e, BiFunction<? super T, Throwable, ? extends V> f) { in uniHandleStage() argument 827 Function<? super Throwable, ? extends T> fn) { in UniExceptionally() 841 Function<? super Throwable, ? extends T> f, in uniExceptionally() 862 Function<Throwable, ? extends T> f) { in uniExceptionallyStage() 2151 BiFunction<? super T, Throwable, ? extends U> fn) { in handle() argument 2156 BiFunction<? super T, Throwable, ? extends U> fn) { in handleAsync() argument 2161 BiFunction<? super T, Throwable, ? extends U> fn, Executor executor) { in handleAsync() argument 2192 Function<Throwable, ? extends T> fn) { in exceptionally()
|