Interface ExceptionHandler.OnError<C,I>
- Enclosing class:
ExceptionHandler<C>
public static interface ExceptionHandler.OnError<C,I>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ExceptionHandler.OnError<C, I> andThen(ExceptionHandler.OnError<C, I> after) voidapply(C context, I input, ErrorTypes.Result result, Exception e)
-
Method Details
-
apply
-
andThen
-