Searched defs:isCheckedException (Results 1 – 3 of 3) sorted by relevance
251 static boolean isCheckedException(Class<? extends Exception> type) { in isCheckedException() method in FuturesGetChecked
290 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