Package-level declarations

Types

Link copied to clipboard

Exception indicating that a failure has occurred when verifying the pipeline stage's input or output parameters.

Link copied to clipboard
abstract class PipelineExecutionException(message: String, cause: Throwable?) : GraderException

Exception which serves as the basis for all errors related to execution of the pipeline.

Link copied to clipboard

Exception which indicates that an error has occurred when generating a report unit in a pipeline stage.

Link copied to clipboard
class VerificationException(val diagnosticPass: DiagnosticPass, cause: Throwable?) : GraderException

Exception which indicates that an error has occurred when verifying the correctness of the pipeline.