public class ExceptionHelper extends Object
| Constructor and Description | 
|---|
| ExceptionHelper() | 
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 Throwablepublic static <G extends Throwable,J extends RuntimeException> void processException(Class<G> refineType, Class<J> wrapType, Throwable e) throws G extends Throwable
G extends Throwablepublic static <G extends Throwable,J extends RuntimeException> void processException(Class<J> wrapType, Throwable e) throws G extends Throwable
G extends Throwablepublic static <G extends Throwable,J extends RuntimeException> void processException(Throwable e) throws G extends Throwable
G extends ThrowableCopyright © 2020. All rights reserved.