public final class ExceptionUtils extends Object
| Constructor and Description |
|---|
ExceptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
rethrow(Throwable e)
Throw checked exceptions like runtime exceptions.
|
static RuntimeException |
unchecked(Throwable e) |
public static RuntimeException unchecked(Throwable e)
public static void rethrow(Throwable e)
Copyright © 2016 jetbrick. All rights reserved.