public class ExceptionHelper extends Object
Constructor and Description |
---|
ExceptionHelper() |
Modifier and Type | Method and Description |
---|---|
static <G extends Throwable,J extends RuntimeException> |
processException(Class<G> refineType,
Class<J> wrapType,
String message,
Throwable e) |
static <G extends Throwable,J extends RuntimeException> |
processException(Class<G> refineType,
Class<J> wrapType,
Throwable e) |
static <G extends Throwable,J extends RuntimeException> |
processException(Class<J> wrapType,
Throwable e) |
static <G extends Throwable,J extends RuntimeException> |
processException(Throwable e) |
static <G extends Throwable,J extends RuntimeException> |
refineException(Class<G> refineType,
Class<J> wrapType,
String message,
Throwable e) |
static <G extends Throwable,J extends RuntimeException> |
refineException(Class<G> refineType,
Class<J> wrapType,
Throwable e) |
static <G extends Throwable,J extends RuntimeException> |
refineException(Class<J> wrapType,
Throwable e) |
static <G extends Throwable,J extends RuntimeException> |
refineException(Throwable e) |
public static <G extends Throwable,J extends RuntimeException> RuntimeException refineException(Class<G> refineType, Class<J> wrapType, String message, Throwable e)
public static <G extends Throwable,J extends RuntimeException> RuntimeException refineException(Class<G> refineType, Class<J> wrapType, Throwable e)
public static <G extends Throwable,J extends RuntimeException> RuntimeException refineException(Class<J> wrapType, Throwable e)
public static <G extends Throwable,J extends RuntimeException> RuntimeException refineException(Throwable e)
public static <G extends Throwable,J extends RuntimeException> void processException(Class<G> refineType, Class<J> wrapType, String message, Throwable e) throws G extends Throwable
G extends Throwable
public static <G extends Throwable,J extends RuntimeException> void processException(Class<G> refineType, Class<J> wrapType, Throwable e) throws G extends Throwable
G extends Throwable
public static <G extends Throwable,J extends RuntimeException> void processException(Class<J> wrapType, Throwable e) throws G extends Throwable
G extends Throwable
public static <G extends Throwable,J extends RuntimeException> void processException(Throwable e) throws G extends Throwable
G extends Throwable
Copyright © 2017. All rights reserved.