Interface PipelineErrorHandler<P>
public interface PipelineErrorHandler<P>
-
Method Summary
Modifier and TypeMethodDescriptiondefault PipelineErrorHandler<P>
andThen
(PipelineErrorHandler<P> nextErrorHandler) static <P> Output<P>
wrapChecked
(Exception ex, Output<P> previous, Object input, Context<P> context)
-
Method Details
-
handle
Output<P> handle(Exception exception, Output<P> previous, Object input, Context<P> context) throws PipelineException - Throws:
PipelineException
-
andThen
-
wrapChecked
static <P> Output<P> wrapChecked(Exception ex, Output<P> previous, Object input, Context<P> context) throws PipelineException - Throws:
PipelineException
-