Searched refs:obtrudeException (Results 1 – 2 of 2) sorted by relevance
158 public void obtrudeException(java.lang.Throwable ex) { throw new RuntimeException("Stub!"); } in obtrudeException() method in CompletableFuture
293 f.obtrudeException(ex = new CFException());299 f.obtrudeException(ex = new CFException());307 f.obtrudeException(ex = new CFException());3300 () -> f.obtrudeException(null), in testNPE()