org.broadleafcommerce.common.exception
Class ExceptionHelper
java.lang.Object
org.broadleafcommerce.common.exception.ExceptionHelper
public class ExceptionHelper
- extends Object
- Author:
- Jeff Fischer
|
Method Summary |
static
|
processException(Class<G> refineType,
Class<J> wrapType,
String message,
Throwable e)
|
static
|
processException(Class<G> refineType,
Class<J> wrapType,
Throwable e)
|
static
|
processException(Class<J> wrapType,
Throwable e)
|
static
|
processException(Throwable e)
|
static
|
refineException(Class<G> refineType,
Class<J> wrapType,
String message,
Throwable e)
|
static
|
refineException(Class<G> refineType,
Class<J> wrapType,
Throwable e)
|
static
|
refineException(Class<J> wrapType,
Throwable e)
|
static
|
refineException(Throwable e)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionHelper
public ExceptionHelper()
refineException
public static <G extends Throwable,J extends RuntimeException> RuntimeException refineException(Class<G> refineType,
Class<J> wrapType,
String message,
Throwable e)
refineException
public static <G extends Throwable,J extends RuntimeException> RuntimeException refineException(Class<G> refineType,
Class<J> wrapType,
Throwable e)
refineException
public static <G extends Throwable,J extends RuntimeException> RuntimeException refineException(Class<J> wrapType,
Throwable e)
refineException
public static <G extends Throwable,J extends RuntimeException> RuntimeException refineException(Throwable e)
processException
public static <G extends Throwable,J extends RuntimeException> void processException(Class<G> refineType,
Class<J> wrapType,
String message,
Throwable e)
throws G extends Throwable
- Throws:
G extends Throwable
processException
public static <G extends Throwable,J extends RuntimeException> void processException(Class<G> refineType,
Class<J> wrapType,
Throwable e)
throws G extends Throwable
- Throws:
G extends Throwable
processException
public static <G extends Throwable,J extends RuntimeException> void processException(Class<J> wrapType,
Throwable e)
throws G extends Throwable
- Throws:
G extends Throwable
processException
public static <G extends Throwable,J extends RuntimeException> void processException(Throwable e)
throws G extends Throwable
- Throws:
G extends Throwable
Copyright © 2013. All Rights Reserved.