public class ExceptionUtil
extends java.lang.Object
| Constructor and Description |
|---|
ExceptionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.RuntimeException |
propagate(java.lang.Throwable t) |
static <T extends java.lang.Throwable> |
propagateIfInstanceOf(java.lang.Throwable t,
java.lang.Class<T> cls) |
static void |
propagateIfPossible(java.lang.Throwable t) |
public static java.lang.RuntimeException propagate(java.lang.Throwable t)
public static <T extends java.lang.Throwable> void propagateIfInstanceOf(java.lang.Throwable t,
java.lang.Class<T> cls)
throws T extends java.lang.Throwable
T extends java.lang.Throwablepublic static void propagateIfPossible(java.lang.Throwable t)
Copyright © 2017. All Rights Reserved.