Home
last modified time | relevance | path

Searched defs:exceptionClazz (Results 1 – 1 of 1) sorted by relevance

/build/make/backported_fixes/src/java/com/android/build/backportedfixes/common/
DParser.java108 <X extends Exception> RuntimeException rethrow(Class<X> exceptionClazz) throws X { in rethrow()
110 Throwables.throwIfInstanceOf(getCause(), exceptionClazz); in rethrow() local
113 "rethrow(%s) doesn't match underlying exception", exceptionClazz); in rethrow() local