java.lang.Object
com.mscharhag.et.impl.ExceptionMappings
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Map<Class<? extends Exception>,TargetExceptionResolver> protected ExceptionMappings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddExceptionMapping(Class<? extends Exception> sourceClass, TargetExceptionResolver targetExceptionResolver) protected ExceptionMappings(package private) TargetExceptionResolvergetExceptionResolver(Class<? extends Exception> sourceExceptionClass)
-
Field Details
-
parentExceptionMappings
-
exceptionMappings
-
-
Constructor Details
-
ExceptionMappings
ExceptionMappings(ExceptionMappings parentExceptionMappings)
-
-
Method Details
-
createDefaultParentExceptionMappings
-
addExceptionMapping
void addExceptionMapping(Class<? extends Exception> sourceClass, TargetExceptionResolver targetExceptionResolver) -
getExceptionResolver
-