Searched refs:runtimeException (Results 1 – 3 of 3) sorted by relevance
22 private final RuntimeException runtimeException; field in RuntimeExceptionWrapper24 public RuntimeExceptionWrapper(final RuntimeException runtimeException) { in RuntimeExceptionWrapper() argument25 this.runtimeException = runtimeException; in RuntimeExceptionWrapper()29 return runtimeException; in getRuntimeException()
184 final RuntimeException runtimeException = new RuntimeException(caughtException.e); in invokeAtFrontUninterruptibly() local185 runtimeException.setStackTrace( in invokeAtFrontUninterruptibly()186 concatStackTraces(caughtException.e.getStackTrace(), runtimeException.getStackTrace())); in invokeAtFrontUninterruptibly()187 throw runtimeException; in invokeAtFrontUninterruptibly()
77 …ResolvedReferenceType runtimeException = (ResolvedReferenceType) ReflectionFactory.typeUsageFor(Ru… in compatibilityShouldConsiderAlsoTypeVariablesPositive() local79 …placeTypeVariables(rawClassType.getTypeDeclaration().getTypeParameters().get(0), runtimeException); in compatibilityShouldConsiderAlsoTypeVariablesPositive()