-
public interface ExceptionTranslator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionTranslatorConfigurernewConfiguration()<T> TwithReturningTranslation(ReturningTryBlock<T> invokable)voidwithTranslation(TryBlock tryBlock)
-
-
-
Method Detail
-
withTranslation
void withTranslation(TryBlock tryBlock)
-
withReturningTranslation
<T> T withReturningTranslation(ReturningTryBlock<T> invokable)
-
newConfiguration
ExceptionTranslatorConfigurer newConfiguration()
-
-