Package com.mscharhag.et
Interface ExceptionMappingConfigurer
-
- All Known Implementing Classes:
DefaultExceptionMappingConfigurer
public interface ExceptionMappingConfigurer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionTranslatorConfigurerto(java.lang.Class<? extends java.lang.RuntimeException> targetException)ExceptionTranslatorConfigurerusing(TargetExceptionResolver resolver)
-
-
-
Method Detail
-
to
ExceptionTranslatorConfigurer to(java.lang.Class<? extends java.lang.RuntimeException> targetException)
-
using
ExceptionTranslatorConfigurer using(TargetExceptionResolver resolver)
-
-