Home
last modified time | relevance | path

Searched defs:runtimeException (Results 1 – 7 of 7) sorted by relevance

/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/internal/
DExceptionThrower.java27 RuntimeException runtimeException; field in ExceptionThrower.ThrowingRunnable
30 ThrowingRunnable(RuntimeException runtimeException) { in ThrowingRunnable()
46 public static void delayThrow(RuntimeException runtimeException) { in delayThrow()
/external/easymock/src/org/easymock/internal/
DRuntimeExceptionWrapper.java22 private final RuntimeException runtimeException; field in RuntimeExceptionWrapper
24 public RuntimeExceptionWrapper(final RuntimeException runtimeException) { in RuntimeExceptionWrapper()
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DMethodsResolutionLogicTest.java77 …ResolvedReferenceType runtimeException = (ResolvedReferenceType) ReflectionFactory.typeUsageFor(Ru… in compatibilityShouldConsiderAlsoTypeVariablesPositive() local
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
DMemoizerComputableTest.java101 final RuntimeException runtimeException = new RuntimeException("Some runtime exception"); in testWhenComputableThrowsRuntimeException() local
DMemoizerFunctionTest.java103 final RuntimeException runtimeException = new RuntimeException("Some runtime exception"); in testWhenComputableThrowsRuntimeException() local
/external/webrtc/rtc_base/java/src/org/webrtc/
DThreadUtils.java184 final RuntimeException runtimeException = new RuntimeException(caughtException.e); in invokeAtFrontUninterruptibly() local
/external/dagger2/java/dagger/internal/codegen/validation/
DInjectValidator.java402 XType runtimeException = processingEnv.findType(TypeNames.RUNTIME_EXCEPTION); in throwsCheckedExceptions() local