HomeSort by relevance Sort by last modified time
    Searched defs:sneakyThrow (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/util/
SneakyThrow.java 44 * With SneakyThrow, rethrowing is easier:
51 * SneakyThrow.sneakyThrow(thrown);
55 public final class SneakyThrow {
56 private SneakyThrow() {}
58 public static void sneakyThrow(Throwable t) {
59 SneakyThrow.<Error>sneakyThrow2(t);
  /external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java 86 sneakyThrow(new SomeCheckedException());
183 private static void sneakyThrow(Throwable t) {
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractIteratorTest.java 168 sneakyThrow(new SomeCheckedException());
265 private static void sneakyThrow(Throwable t) {

Completed in 7023 milliseconds