Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java158 public void obtrudeException(java.lang.Throwable ex) { throw new RuntimeException("Stub!"); } in obtrudeException() method in CompletableFuture
/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DCompletableFuture.annotated.java129 public void obtrudeException(java.lang.Throwable ex) { throw new RuntimeException("Stub!"); } in obtrudeException() method in CompletableFuture
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java2572 public void obtrudeException(Throwable ex) { in obtrudeException() method in CompletableFuture
2961 @Override public void obtrudeException(Throwable ex) { in obtrudeException() method in CompletableFuture.MinimalStage