StrictPipelineErrorHandler

Pipeline error handler that rethrows the incoming error and ignores the additional custom action. In a regular pipeline, this will cause the program to exit (see QuarkdownCli from the cli module).

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun <T> handle(error: PipelineException, sourceFunction: Function<*>?, action: () -> T): Nothing

Handles an exception thrown during any stage of the pipeline.