public final class ExceptionUtilities extends Object
Modifier and Type | Method and Description |
---|---|
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
- Copyright © 2016. All rights reserved.