Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractCheckedFuture.java60 protected abstract X mapException(Exception e); in mapException() method in AbstractCheckedFuture
81 throw mapException(e); in checkedGet()
83 throw mapException(e); in checkedGet()
85 throw mapException(e); in checkedGet()
110 throw mapException(e); in checkedGet()
112 throw mapException(e); in checkedGet()
114 throw mapException(e); in checkedGet()
DFutures.java1808 protected X mapException(Exception e) {