Searched defs:rethrow (Results 1 – 9 of 9) sorted by relevance
149 public RuntimeException rethrow(Throwable e) throws IOException { in rethrow() method in Closer170 public <X extends Exception> RuntimeException rethrow(Throwable e, Class<X> declaredType) in rethrow() method in Closer194 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( in rethrow() method in Closer
73 private static void rethrow(ExecutionException e) throws ExecutionException { in rethrow() method in UncheckedThrowingFuture
147 static <T extends Throwable> RuntimeException rethrow(final Throwable throwable) throws T { in rethrow() method in Erase
51 private static <T extends Throwable> void rethrow(Throwable e) throws T { in rethrow() method in Throwables
408 public static RuntimeException rethrow(final Throwable throwable) { in rethrow() method in Failable
522 public static RuntimeException rethrow(final Throwable throwable) { in rethrow() method in Functions
787 public static <R> R rethrow(final Throwable throwable) { in rethrow() method in ExceptionUtils