Home
last modified time | relevance | path

Searched defs:runtimeException (Results 1 – 10 of 10) 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/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DServerStreamIterator.java104 RuntimeException runtimeException = (RuntimeException) last; in hasNext() local
/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/aws-sdk-java-v2/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/internal/
DBaseHttpStreamResponseHandlerTest.java144 RuntimeException runtimeException = new RuntimeException(); in publisherWritesFutureFails_shouldShutdownConnection() 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.java421 XType runtimeException = processingEnv.findType(TypeNames.RUNTIME_EXCEPTION); in throwsCheckedExceptions() local
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/async/
DFileAsyncResponseTransformerTest.java263 RuntimeException runtimeException = new RuntimeException("oops"); in stubException() local