Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DThrowable.java116 public class Throwable implements Serializable { class
242 public Throwable() { in Throwable() method in Throwable
257 public Throwable(String message) { in Throwable() method in Throwable
279 public Throwable(String message, Throwable cause) { in Throwable() method in Throwable
302 public Throwable(Throwable cause) { in Throwable() method in Throwable
349 protected Throwable(String message, Throwable cause, 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()
DCompletableFuture.java801 BiFunction<? super T, Throwable, ? extends V> fn) { in UniHandle() argument
815 BiFunction<? super S, Throwable, ? extends T> f, in uniHandle() argument
841 Executor e, BiFunction<? super T, Throwable, ? extends V> f) { in uniHandleStage() argument
856 Function<? super Throwable, ? extends T> fn) { in UniExceptionally()
870 Function<? super Throwable, ? extends T> f, in uniExceptionally()
891 Function<Throwable, ? extends T> f) { in uniExceptionallyStage()
2180 BiFunction<? super T, Throwable, ? extends U> fn) { in handle() argument
2185 BiFunction<? super T, Throwable, ? extends U> fn) { in handleAsync() argument
2190 BiFunction<? super T, Throwable, ? extends U> fn, Executor executor) { in handleAsync() argument
2221 Function<Throwable, ? extends T> fn) { in exceptionally()