Home
last modified time | relevance | path

Searched defs: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()
/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/webrtc/rtc_base/java/src/org/webrtc/
DThreadUtils.java184 final RuntimeException runtimeException = new RuntimeException(caughtException.e); in invokeAtFrontUninterruptibly() local