Home
last modified time | relevance | path

Searched defs:runtimeException (Results 1 – 2 of 2) 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/guice/core/src/com/google/inject/internal/
DErrors.java374 public Errors errorInProvider(RuntimeException runtimeException) { in errorInProvider()
425 private Throwable unwrap(RuntimeException runtimeException) { in unwrap()