HomeSort by relevance Sort by last modified time
    Searched refs:rethrow (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/junit/src/main/java/org/junit/internal/
Throwables.java 29 * @param e exception to rethrow
34 Throwables.<Exception>rethrow(e); method
39 private static <T extends Throwable> void rethrow(Throwable e) throws T { method in class:Throwables
  /external/guice/core/src/com/google/inject/internal/
Exceptions.java 39 return rethrow(cause);
43 public static RuntimeException rethrow(Throwable throwable) { method in class:Exceptions
  /external/guava/guava/src/com/google/common/io/
CharSink.java 99 throw closer.rethrow(e);
135 throw closer.rethrow(e);
158 throw closer.rethrow(e);
CharSource.java 112 throw closer.rethrow(e);
133 throw closer.rethrow(e);
150 throw closer.rethrow(e);
171 throw closer.rethrow(e);
198 throw closer.rethrow(e);
227 throw closer.rethrow(e);
246 throw closer.rethrow(e);
ByteSink.java 105 throw closer.rethrow(e);
128 throw closer.rethrow(e);
Closer.java 53 * // provided here, e.g. throw closer.rethrow(e, CheckedException.class);
54 * throw closer.rethrow(e);
140 * {@code throw closer.rethrow(e);} to ensure the compiler knows that it will throw.
145 public RuntimeException rethrow(Throwable e) throws IOException { method in class:Closer
160 * {@code throw closer.rethrow(e, ...);} to ensure the compiler knows that it will throw.
166 public <X extends Exception> RuntimeException rethrow(Throwable e, method in class:Closer
183 * {@code throw closer.rethrow(e, ...);} to ensure the compiler knows that it will throw.
190 public <X1 extends Exception, X2 extends Exception> RuntimeException rethrow( method in class:Closer
ByteSource.java 128 throw closer.rethrow(e);
165 throw closer.rethrow(e);
222 throw closer.rethrow(e);
243 throw closer.rethrow(e);
260 throw closer.rethrow(e);
284 throw closer.rethrow(e);
328 throw closer.rethrow(e);
462 throw closer.rethrow(e);
Files.java 143 throw closer.rethrow(e);
678 throw closer.rethrow(e);
691 throw closer.rethrow(e);
  /art/test/003-omnibus-opcodes/src/
Throw.java 86 public void rethrow() { method in class:Throw
87 System.out.println("Throw.rethrow");
122 th.rethrow();
  /external/guava/guava-tests/test/com/google/common/io/
CloserTest.java 97 throw closer.rethrow(e);
123 throw closer.rethrow(e);
194 throw closer.rethrow(e);
251 throw closer.rethrow(e);
303 throw closer.rethrow(new IOException("thrown"), IOException.class);
340 throw closer.rethrow(thrownException, IOException.class);
FilesTest.java 93 throw closer.rethrow(e);
108 throw closer.rethrow(e);
123 throw closer.rethrow(e);
138 throw closer.rethrow(e);
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinTask.java 645 static void rethrow(Throwable ex) { method in class:ForkJoinTask
669 rethrow(getThrowableException());
796 rethrow(ex);
    [all...]
ForkJoinPool.java     [all...]
  /art/runtime/
transaction.cc 77 const bool rethrow = (abort_message == nullptr); local
78 if (kIsDebugBuild && rethrow) {
79 CHECK(IsAborted()) << "Rethrow " << Transaction::kAbortExceptionDescriptor
82 if (rethrow) {
83 // Rethrow an exception with the earlier abort message stored in the transaction.
  /external/guava/guava-tests/test/com/google/common/reflect/
ClassPathTest.java 447 throw closer.rethrow(e);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 378 #$exception->rethrow();
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/v8/src/parsing/
parser.cc 5201 Statement* rethrow; local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/devtools/tools/lib/
junit-4.12.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 
  /prebuilts/misc/common/robolectric/lib/
junit-4.12.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /prebuilts/tools/common/m2/repository/junit/junit/4.12/
junit-4.12.jar 

Completed in 663 milliseconds

1 2 3 4