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