Home
last modified time | relevance | path

Searched defs:exceptionClazz1 (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()
120 Throwables.throwIfInstanceOf(getCause(), exceptionClazz1); in rethrow() local
125 exceptionClazz1, in rethrow() local