public final class ExceptionUtilities extends Object
Modifier and Type | Method and Description |
---|---|
static Throwable |
getDeepestException(Throwable e) |
static void |
safelyIgnoreException(Throwable t)
Safely Ignore a Throwable or rethrow if it is a Throwable that should
not be ignored.
|
public static void safelyIgnoreException(Throwable t)
t
- Throwable to possibly ignore (ThreadDeath and OutOfMemory are not ignored).Copyright © 2023. All rights reserved.