Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/io/
DCloser.java149 public RuntimeException rethrow(Throwable e) throws IOException { in rethrow() method in Closer
170 public <X extends Exception> RuntimeException rethrow(Throwable e, Class<X> declaredType) in rethrow() method in Closer
194 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( in rethrow() method in Closer
/external/guava/android/guava/src/com/google/common/io/
DCloser.java149 public RuntimeException rethrow(Throwable e) throws IOException { in rethrow() method in Closer
170 public <X extends Exception> RuntimeException rethrow(Throwable e, Class<X> declaredType) in rethrow() method in Closer
194 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( in rethrow() method in Closer
/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
/external/apache-commons-io/src/main/java/org/apache/commons/io/function/
DErase.java147 static <T extends Throwable> RuntimeException rethrow(final Throwable throwable) throws T { in rethrow() method in Erase
/external/junit/src/main/java/org/junit/internal/
DThrowables.java51 private static <T extends Throwable> void rethrow(Throwable e) throws T { in rethrow() method in Throwables
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/function/
DFailable.java408 public static RuntimeException rethrow(final Throwable throwable) { in rethrow() method in Failable
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DFunctions.java522 public static RuntimeException rethrow(final Throwable throwable) { in rethrow() method in Functions
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/exception/
DExceptionUtils.java787 public static <R> R rethrow(final Throwable throwable) { in rethrow() method in ExceptionUtils