Searched defs:runtimeException (Results 1 – 7 of 7) 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()
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
184 final RuntimeException runtimeException = new RuntimeException(caughtException.e); in invokeAtFrontUninterruptibly() local
402 XType runtimeException = processingEnv.findType(TypeNames.RUNTIME_EXCEPTION); in throwsCheckedExceptions() local