public class ExceptionUtils extends java.lang.Object
| Constructor and Description |
|---|
ExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(java.io.Closeable closeable) |
static java.lang.RuntimeException |
rethrow(java.lang.Throwable e)
Translate exception to unchecked exception.
|
public ExceptionUtils()
public static java.lang.RuntimeException rethrow(java.lang.Throwable e)
public static void closeQuietly(java.io.Closeable closeable)