- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for hasConstructorUsableByGetChecked (0.12 sec)
-
guava/src/com/google/common/util/concurrent/FuturesGetChecked.java
} /* * TODO(user): FutureChecker interface for these to be static methods on? If so, refer to it in * the (static-method) Futures.getChecked documentation */ private static boolean hasConstructorUsableByGetChecked( Class<? extends Exception> exceptionClass) { try { Exception unused = newWithCause(exceptionClass, new Exception()); return true;
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Feb 22 17:40:56 UTC 2024 - 11.9K bytes - Viewed (0)