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

  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 52 * the exception. If an implementation of {@link #mapException(Exception)}
60 protected abstract X mapException(Exception e);
66 * exceptions to instances of type {@code X} using {@link #mapException}.
70 * calling {@code mapException}.
81 throw mapException(e);
83 throw mapException(e);
85 throw mapException(e);
94 * propagated) to instances of type {@code X} using {@link #mapException}.
98 * calling {@code mapException}.
110 throw mapException(e)
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 252 milliseconds