Searched defs:exceptionClazz (Results 1 – 1 of 1) sorted by relevance
108 <X extends Exception> RuntimeException rethrow(Class<X> exceptionClazz) throws X { in rethrow()110 Throwables.throwIfInstanceOf(getCause(), exceptionClazz); in rethrow() local113 "rethrow(%s) doesn't match underlying exception", exceptionClazz); in rethrow() local