Uses of Interface
com.mscharhag.et.ExceptionMappingConfigurer
-
Packages that use ExceptionMappingConfigurer Package Description com.mscharhag.et com.mscharhag.et.impl -
-
Uses of ExceptionMappingConfigurer in com.mscharhag.et
Methods in com.mscharhag.et that return ExceptionMappingConfigurer Modifier and Type Method Description ExceptionMappingConfigurerExceptionTranslatorConfigurer. translate(java.lang.Class<? extends java.lang.Exception>... sources)protected abstract ExceptionMappingConfigurerExceptionTranslatorConfigurer. translate(java.util.List<java.lang.Class<? extends java.lang.Exception>> sources) -
Uses of ExceptionMappingConfigurer in com.mscharhag.et.impl
Classes in com.mscharhag.et.impl that implement ExceptionMappingConfigurer Modifier and Type Class Description classDefaultExceptionMappingConfigurerMethods in com.mscharhag.et.impl that return ExceptionMappingConfigurer Modifier and Type Method Description protected ExceptionMappingConfigurerDefaultExceptionTranslatorConfigurer. translate(java.util.List<java.lang.Class<? extends java.lang.Exception>> sources)
-