Home
last modified time | relevance | path

Searched defs:obtrudeException (Results 1 – 2 of 2) 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/src/main/java/java/util/concurrent/
DCompletableFuture.java2526 public void obtrudeException(Throwable ex) { in obtrudeException() method in CompletableFuture
2911 @Override public void obtrudeException(Throwable ex) { in obtrudeException() method in CompletableFuture.MinimalStage