Home
last modified time | relevance | path

Searched refs:runtimeException (Results 1 – 3 of 3) sorted by relevance

/external/easymock/src/org/easymock/internal/
DRuntimeExceptionWrapper.java22 private final RuntimeException runtimeException; field in RuntimeExceptionWrapper
24 public RuntimeExceptionWrapper(final RuntimeException runtimeException) { in RuntimeExceptionWrapper() argument
25 this.runtimeException = runtimeException; in RuntimeExceptionWrapper()
29 return runtimeException; in getRuntimeException()
/external/webrtc/rtc_base/java/src/org/webrtc/
DThreadUtils.java184 final RuntimeException runtimeException = new RuntimeException(caughtException.e); in invokeAtFrontUninterruptibly() local
185 runtimeException.setStackTrace( in invokeAtFrontUninterruptibly()
186 concatStackTraces(caughtException.e.getStackTrace(), runtimeException.getStackTrace())); in invokeAtFrontUninterruptibly()
187 throw runtimeException; in invokeAtFrontUninterruptibly()
/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
79 …placeTypeVariables(rawClassType.getTypeDeclaration().getTypeParameters().get(0), runtimeException); in compatibilityShouldConsiderAlsoTypeVariablesPositive()