Searched defs:isCheckedException (Results 1 – 3 of 3) sorted by relevance
253 static boolean isCheckedException(Class<? extends Exception> type) { in isCheckedException() method in FuturesGetChecked
294 static boolean isCheckedException(Class<? extends Exception> type) { in isCheckedException() method in FuturesGetChecked
190 private static boolean isCheckedException(Class<? extends Throwable> thrownType) { in isCheckedException() method in CheckedProviders