Searched defs:runtimeException (Results 1 – 10 of 10) sorted by relevance
27 RuntimeException runtimeException; field in ExceptionThrower.ThrowingRunnable30 ThrowingRunnable(RuntimeException runtimeException) { in ThrowingRunnable()46 public static void delayThrow(RuntimeException runtimeException) { in delayThrow()
22 private final RuntimeException runtimeException; field in RuntimeExceptionWrapper24 public RuntimeExceptionWrapper(final RuntimeException runtimeException) { in RuntimeExceptionWrapper()
104 RuntimeException runtimeException = (RuntimeException) last; in hasNext() local
77 …ResolvedReferenceType runtimeException = (ResolvedReferenceType) ReflectionFactory.typeUsageFor(Ru… in compatibilityShouldConsiderAlsoTypeVariablesPositive() local
101 final RuntimeException runtimeException = new RuntimeException("Some runtime exception"); in testWhenComputableThrowsRuntimeException() local
103 final RuntimeException runtimeException = new RuntimeException("Some runtime exception"); in testWhenComputableThrowsRuntimeException() local
144 RuntimeException runtimeException = new RuntimeException(); in publisherWritesFutureFails_shouldShutdownConnection() local
184 final RuntimeException runtimeException = new RuntimeException(caughtException.e); in invokeAtFrontUninterruptibly() local
421 XType runtimeException = processingEnv.findType(TypeNames.RUNTIME_EXCEPTION); in throwsCheckedExceptions() local
263 RuntimeException runtimeException = new RuntimeException("oops"); in stubException() local