Home
last modified time | relevance | path

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

/external/guava/android/guava/src/com/google/common/util/concurrent/
DFuturesGetChecked.java251 static boolean isCheckedException(Class<? extends Exception> type) { in isCheckedException() method in FuturesGetChecked
/external/guava/guava/src/com/google/common/util/concurrent/
DFuturesGetChecked.java290 static boolean isCheckedException(Class<? extends Exception> type) { in isCheckedException() method in FuturesGetChecked
/external/guice/extensions/throwingproviders/src/com/google/inject/throwingproviders/
DCheckedProviders.java190 private static boolean isCheckedException(Class<? extends Throwable> thrownType) { in isCheckedException() method in CheckedProviders