Home
last modified time | relevance | path

Searched refs:mapException (Results 1 – 2 of 2) sorted by relevance

/external/guava/src/com/google/common/util/concurrent/
DAbstractCheckedFuture.java53 protected abstract E mapException(Exception e); in mapException() method in AbstractCheckedFuture
64 throw mapException(e); in checkedGet()
66 throw mapException(e); in checkedGet()
68 throw mapException(e); in checkedGet()
81 throw mapException(e); in checkedGet()
83 throw mapException(e); in checkedGet()
85 throw mapException(e); in checkedGet()
DFutures.java498 protected E mapException(Exception e) {