public class Exceptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Exceptions.ThrowingRunnable |
| Constructor and Description |
|---|
Exceptions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
safe(Exceptions.ThrowingRunnable runnable,
java.util.function.Predicate<Throwable> ignoreCause) |
static void |
safe(Runnable runnable) |
static void |
safe(Runnable runnable,
java.util.function.Predicate<Throwable> ignoreCause) |
public static void safe(Runnable runnable)
public static void safe(Exceptions.ThrowingRunnable runnable, java.util.function.Predicate<Throwable> ignoreCause)
public static void safe(Runnable runnable, java.util.function.Predicate<Throwable> ignoreCause)
Copyright © 2025 Suncode. All rights reserved.