Package com.mscharhag.et.impl
Class DefaultExceptionMappingConfigurer
java.lang.Object
com.mscharhag.et.impl.DefaultExceptionMappingConfigurer
- All Implemented Interfaces:
ExceptionMappingConfigurer
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultExceptionMappingConfigurer(ExceptionMappings exceptionMappings, List<Class<? extends Exception>> sourceExceptionClasses) -
Method Summary
Modifier and TypeMethodDescriptionto(Class<? extends RuntimeException> targetException) using(TargetExceptionResolver resolver)
-
Constructor Details
-
DefaultExceptionMappingConfigurer
public DefaultExceptionMappingConfigurer(ExceptionMappings exceptionMappings, List<Class<? extends Exception>> sourceExceptionClasses)
-
-
Method Details
-
to
- Specified by:
toin interfaceExceptionMappingConfigurer
-
using
- Specified by:
usingin interfaceExceptionMappingConfigurer
-