Searched refs:CFException (Results 1 – 2 of 2) sorted by relevance
86 static class CFException extends RuntimeException {} class in CompletableFutureTest183 t -> assertTrue(t instanceof CFException));265 CFException ex = new CFException();304 f.completeExceptionally(new CFException());315 CFException ex;321 f.obtrudeException(ex = new CFException());327 f.obtrudeException(ex = new CFException());332 f.completeExceptionally(new CFException());335 f.obtrudeException(ex = new CFException());337 f.completeExceptionally(new CFException());[all …]
62 static class CFException extends RuntimeException {} class in CompletableFutureTest157 (t) -> assertTrue(t instanceof CFException));241 CFException ex = new CFException();280 f.completeExceptionally(new CFException());291 CFException ex;297 f.obtrudeException(ex = new CFException());303 f.obtrudeException(ex = new CFException());308 f.completeExceptionally(ex = new CFException());311 f.obtrudeException(ex = new CFException());313 f.completeExceptionally(new CFException());[all …]