Searched defs:catching (Results 1 – 10 of 10) sorted by relevance
185 public void catching(Throwable throwable) { in catching() method in XLogger199 public void catching(Level level, Throwable throwable) { in catching() method in XLogger
32 public final FluentFuture<V> catching( in catching() method in GwtFluentFutureCatchingSpecialization
32 public static <V> ListenableFuture<V> catching( in catching() method in GwtFuturesCatchingSpecialization
52 public final <X extends Throwable> PropagatedFluentFuture<V> catching( in catching() method in PropagatedFluentFuture
55 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catching( in catching() method in PropagatedFutures
187 public final <X extends Throwable> FluentFuture<V> catching( in catching() method in FluentFuture
286 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catching( in catching() method in Futures
189 public final <X extends Throwable> FluentFuture<V> catching( in catching() method in FluentFuture
301 public static <V extends @Nullable Object, X extends Throwable> ListenableFuture<V> catching( in catching() method in Futures
151 .catching( in startWork() method in ModelDownloadWorker