Searched refs:runtimeException (Results 1 – 2 of 2) 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()
374 public Errors errorInProvider(RuntimeException runtimeException) { in errorInProvider() argument375 Throwable unwrapped = unwrap(runtimeException); in errorInProvider()425 private Throwable unwrap(RuntimeException runtimeException) { in unwrap() argument426 if(runtimeException instanceof Exceptions.UnhandledCheckedUserException) { in unwrap()427 return runtimeException.getCause(); in unwrap()429 return runtimeException; in unwrap()