Searched refs:throwingError (Results 1 – 1 of 1) sorted by relevance
86 ListenableFuture<String> f = ThrowingFuture.throwingError(error); in testThrowErrorFromGet()169 public static <V> ListenableFuture<V> throwingError(Error error) { in throwingError() method in FutureCallbackTest.ThrowingFuture