Searched refs:mapException (Results 1 – 2 of 2) sorted by relevance
60 protected abstract X mapException(Exception e); in mapException() method in AbstractCheckedFuture81 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()
1808 protected X mapException(Exception e) {