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 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 © 2022. All rights reserved.