Home
last modified time | relevance | path

Searched refs:sneakyThrow_ (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DSneakyThrow.java32 SneakyThrow.<RuntimeException>sneakyThrow_(t); in sneakyThrow()
35 private static <T extends Throwable> void sneakyThrow_(Throwable t) throws T { in sneakyThrow_() method in SneakyThrow