Interface ExceptionHandlerPolicy
- All Superinterfaces:
BiPredicate<String,Throwable>
- All Known Implementing Classes:
AbstractRootCauseExceptionPolicy,ErrorCodeExceptionPolicy,IsChildExceptionPolicy,IsExceptionPolicy,IsWrappedExceptionPolicy,MessageContentEqualsExceptionPolicy,MessageContentRegexExceptionPolicy
-
Method Summary
Methods inherited from interface java.util.function.BiPredicate
and, negate, or, test