public class NonFatal extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNonFatal(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
|
public static boolean isNonFatal(java.lang.Throwable t)
t - throwable to be matched for fatal-ness