HomeSort by relevance Sort by last modified time
    Searched defs:Throwables (Results 1 - 4 of 4) sorted by null

  /external/guava/src/com/google/common/base/
Throwables.java 32 public final class Throwables {
33 private Throwables() {}
44 * Throwables.propagateIfInstanceOf(t, IOException.class);
45 * Throwables.propagateIfInstanceOf(t, SQLException.class);
46 * throw Throwables.propagate(t);
66 * Throwables.propagateIfPossible(t);
86 * Throwables.propagateIfPossible(t, OtherException.class);
137 * throw Throwables.propagate(t);
156 * Throwables.getRootCause(e).getMessage());
177 * Iterables.filter(Throwables.getCausalChain(e), IOException.class))
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
SimpleTimeLimiter.java 21 import com.google.common.base.Throwables;
102 Throwables.throwCause(e, false);
134 throw Throwables.throwCause(e, true);
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 950 milliseconds