Searched refs:throwingRuntimeException (Results 1 – 8 of 8) sorted by relevance
45 public static <V> ListenableFuture<V> throwingRuntimeException(RuntimeException e) { in throwingRuntimeException() method in UncheckedThrowingFuture
40 UncheckedThrowingFuture.throwingRuntimeException(RUNTIME_EXCEPTION);
94 ListenableFuture<String> f = UncheckedThrowingFuture.throwingRuntimeException(e); in testRuntimeExeceptionFromGet()
343 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());573 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());1442 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());1579 UncheckedThrowingFuture.throwingRuntimeException(new MyRuntimeException());