Searched refs:throwingError (Results 1 – 8 of 8) sorted by relevance
39 public static <V> ListenableFuture<V> throwingError(Error error) { in throwingError() method in UncheckedThrowingFuture
41 static final Future<String> ERROR_FUTURE = UncheckedThrowingFuture.throwingError(ERROR);
87 ListenableFuture<String> f = UncheckedThrowingFuture.throwingError(error); in testThrowErrorFromGet()
355 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());585 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());1451 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());1588 ListenableFuture<Object> input = UncheckedThrowingFuture.throwingError(new MyError());