Searched refs:CFException (Results 1 - 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DCompletableFutureTest.java62 static class CFException extends RuntimeException {} class in class:CompletableFutureTest
155 (t) -> assertTrue(t instanceof CFException));
237 CFException ex = new CFException();
276 f.completeExceptionally(new CFException());
287 CFException ex;
293 f.obtrudeException(ex = new CFException());
299 f.obtrudeException(ex = new CFException());
304 f.completeExceptionally(ex = new CFException());
307 f.obtrudeException(ex = new CFException());
[all...]

Completed in 535 milliseconds