Searched defs:sneakyThrow (Results 1 – 3 of 3) sorted by relevance
26 public static void sneakyThrow(Throwable t) { in sneakyThrow() method in SneakyThrow
341 private static <T extends Throwable> void sneakyThrow(@NonNull Throwable throwable) throws T { in sneakyThrow() method in AtomicFileTest