public abstract class WSRPExceptionFactory extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
WSRPExceptionFactory.ExceptionFactory<E extends Exception> |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<Class<? extends Exception>,WSRPExceptionFactory.ExceptionFactory<? extends Exception>> |
exceptionClassToFactory |
protected static org.slf4j.Logger |
log |
| Modifier | Constructor and Description |
|---|---|
protected |
WSRPExceptionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Exception> |
createWSException(Class<E> exceptionClass,
String message,
Throwable cause) |
protected abstract void |
loadExceptionFactories() |
static <E extends Exception> |
throwWSException(Class<E> exceptionClass,
String message,
Throwable cause) |
protected static final org.slf4j.Logger log
protected static final Map<Class<? extends Exception>,WSRPExceptionFactory.ExceptionFactory<? extends Exception>> exceptionClassToFactory
Copyright © 2006-2014 GateIn. All Rights Reserved.