Searched refs:uncheckedThrow (Results 1 – 2 of 2) sorted by relevance
594 ForkJoinTask.<RuntimeException>uncheckedThrow( in reportException()610 ForkJoinTask.<RuntimeException>uncheckedThrow(ex); in reportExecutionException()618 ForkJoinTask.<RuntimeException>uncheckedThrow(ex); in rethrow()628 void uncheckedThrow(Throwable t) throws T { in uncheckedThrow() method in ForkJoinTask
3241 uncheckedThrow(e); in newBundle()3554 private static <T extends Throwable> void uncheckedThrow(Throwable t) throws T { in uncheckedThrow() method in ResourceBundle