Searched refs:RUNTIME_EXCEPTION (Results 1 – 10 of 10) sorted by relevance
22 …ic dagger.internal.codegen.validation.BindingMethodValidator.ExceptionSuperclass.RUNTIME_EXCEPTION;56 RUNTIME_EXCEPTION, in ProvidesMethodValidator()
278 RUNTIME_EXCEPTION(RuntimeException.class) { in RUNTIME_EXCEPTION() enumConstant
27 import static com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION;106 assertEquals(RUNTIME_EXCEPTION, expected); in testGetUnchecked_RuntimeException()
33 static final RuntimeException RUNTIME_EXCEPTION = new RuntimeException(); field in FuturesGetCheckedInputs40 UncheckedThrowingFuture.throwingRuntimeException(RUNTIME_EXCEPTION);
29 import static com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION;126 assertEquals(RUNTIME_EXCEPTION, expected); in testGetCheckedUntimed_RuntimeException()239 assertEquals(RUNTIME_EXCEPTION, expected); in testGetCheckedTimed_RuntimeException()
34 Class<RuntimeException> RUNTIME_EXCEPTION = RuntimeException.class; field
31 public static final Class<RuntimeException> RUNTIME_EXCEPTION = RuntimeException.class; field in ExceptionConst