Home
last modified time | relevance | path

Searched defs:propagateIfPossible (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava/src/com/google/common/base/
DThrowables.java82 public static void propagateIfPossible(@Nullable Throwable throwable) { in propagateIfPossible() method in Throwables
106 public static <X extends Throwable> void propagateIfPossible( in propagateIfPossible() method in Throwables
127 void propagateIfPossible(@Nullable Throwable throwable, in propagateIfPossible() method in Throwables