ska_sdp_piper.piper.exceptions module

exception ska_sdp_piper.piper.exceptions.StageNotFoundException[source]

Bases: Exception

Raised if a stage name is provided which is not present in the pipeline definition

exception ska_sdp_piper.piper.exceptions.NoStageToExecuteException[source]

Bases: Exception

Raised in the event all stages are toggled off, and no stages are provided in the CLI --stages option

exception ska_sdp_piper.piper.exceptions.PipelineNotFoundException[source]

Bases: Exception