Home
last modified time | relevance | path

Searched refs:RUNTIME_EXCEPTION (Results 1 – 10 of 10) sorted by relevance

/external/dagger2/java/dagger/internal/codegen/validation/
DProvidesMethodValidator.java22 …ic dagger.internal.codegen.validation.BindingMethodValidator.ExceptionSuperclass.RUNTIME_EXCEPTION;
56 RUNTIME_EXCEPTION, in ProvidesMethodValidator()
DBindingMethodValidator.java278 RUNTIME_EXCEPTION(RuntimeException.class) { in RUNTIME_EXCEPTION() enumConstant
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesGetUncheckedTest.java27 import static com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION;
106 assertEquals(RUNTIME_EXCEPTION, expected); in testGetUnchecked_RuntimeException()
DFuturesGetCheckedInputs.java33 static final RuntimeException RUNTIME_EXCEPTION = new RuntimeException(); field in FuturesGetCheckedInputs
40 UncheckedThrowingFuture.throwingRuntimeException(RUNTIME_EXCEPTION);
DFuturesGetCheckedTest.java29 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()
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DFuturesGetUncheckedTest.java27 import static com.google.common.util.concurrent.FuturesGetCheckedInputs.RUNTIME_EXCEPTION;
106 assertEquals(RUNTIME_EXCEPTION, expected); in testGetUnchecked_RuntimeException()
DFuturesGetCheckedInputs.java33 static final RuntimeException RUNTIME_EXCEPTION = new RuntimeException(); field in FuturesGetCheckedInputs
40 UncheckedThrowingFuture.throwingRuntimeException(RUNTIME_EXCEPTION);
DFuturesGetCheckedTest.java29 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()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/
DExceptionConstants.java34 Class<RuntimeException> RUNTIME_EXCEPTION = RuntimeException.class; field
DExceptionConst.java31 public static final Class<RuntimeException> RUNTIME_EXCEPTION = RuntimeException.class; field in ExceptionConst