Home
last modified time | relevance | path

Searched refs: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/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java293 f.obtrudeException(ex = new CFException());
299 f.obtrudeException(ex = new CFException());
307 f.obtrudeException(ex = new CFException());
3300 () -> f.obtrudeException(null), in testNPE()