public class NonFatal extends java.lang.Object
| Constructor and Description |
|---|
NonFatal() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
apply(java.lang.Throwable t)
Returns true if the provided `Throwable` is to be considered non-fatal, or false if it is to be considered fatal
|