Searched defs:rethrow (Results 1 – 2 of 2) sorted by relevance
145 public RuntimeException rethrow(Throwable e) throws IOException { in rethrow() method in Closer166 public <X extends Exception> RuntimeException rethrow(Throwable e, in rethrow() method in Closer190 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( in rethrow() method in Closer
43 public static RuntimeException rethrow(Throwable throwable) { in rethrow() method in Exceptions