Home
last modified time | relevance | path

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

/build/make/backported_fixes/src/java/com/android/build/backportedfixes/common/
DParser.java117 Class<X1> exceptionClazz1, Class<X2> exceptionClazz2) throws X1, X2 { in rethrow()
121 Throwables.throwIfInstanceOf(getCause(), exceptionClazz2); in rethrow() local
126 exceptionClazz2); in rethrow() local