Home
last modified time | relevance | path

Searched defs:rethrow (Results 1 – 5 of 5) sorted by relevance

/external/guava/guava/src/com/google/common/io/
DCloser.java145 public RuntimeException rethrow(Throwable e) throws IOException { in rethrow() method in Closer
166 public <X extends Exception> RuntimeException rethrow(Throwable e, Class<X> declaredType) in rethrow() method in Closer
190 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( in rethrow() method in Closer
/external/guava/android/guava/src/com/google/common/io/
DCloser.java145 public RuntimeException rethrow(Throwable e) throws IOException { in rethrow() method in Closer
166 public <X extends Exception> RuntimeException rethrow(Throwable e, Class<X> declaredType) in rethrow() method in Closer
190 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( in rethrow() method in Closer
/external/junit/src/main/java/org/junit/internal/
DThrowables.java39 private static <T extends Throwable> void rethrow(Throwable e) throws T { in rethrow() method in Throwables
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DUncheckedThrowingFuture.java73 private static void rethrow(ExecutionException e) throws ExecutionException { in rethrow() method in UncheckedThrowingFuture
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DUncheckedThrowingFuture.java73 private static void rethrow(ExecutionException e) throws ExecutionException { in rethrow() method in UncheckedThrowingFuture