Uses of Class
tech.illuin.pipeline.PipelineException
Packages that use PipelineException
-
Uses of PipelineException in tech.illuin.pipeline
Methods in tech.illuin.pipeline that throw PipelineExceptionModifier and TypeMethodDescriptiondefault Output
Pipeline.run()
Runs the Pipeline with a null input and an emptySimpleContext
.default Output
Runs the Pipeline with an emptySimpleContext
.default Output
Runs the Pipeline with aSimpleContext
that can be adjusted via the setup argument.The run method is the Pipeline's sole entrypoint, responsible for implementing its behaviour. -
Uses of PipelineException in tech.illuin.pipeline.execution.error
Methods in tech.illuin.pipeline.execution.error that throw PipelineExceptionModifier and TypeMethodDescriptionPipelineErrorHandler.handle
(Exception exception, Output previous, Object input, Context context, PipelineTag tag) static Output
PipelineErrorHandler.wrapChecked
(Exception ex, Output previous, Object input, Context context, PipelineTag tag)