pipen.exceptions
Provide exception classes
PipenException— Base exception class for pipen</>PipenSetDataError— When trying to set input data to processes with input_data already setusing Pipen.set_data(). </>ProcInputTypeError— When an unsupported input type is provided</>ProcInputKeyError— When an unsupported input key is provided</>ProcInputValueError— When an unsupported input value is provided</>ProcScriptFileNotFound— When script file specified as 'file://' cannot be found</>ProcOutputNameError— When no name or malformatted output is provided</>ProcOutputTypeError— When an unsupported output type is provided</>ProcOutputValueError— When a malformatted output value is provided</>ProcDependencyError— When there is something wrong the process dependencies</>NoSuchSchedulerError— When specified scheduler cannot be found</>WrongSchedulerTypeError— When specified scheduler is not a subclass of Scheduler</>NoSuchTemplateEngineError— When specified template engine cannot be found</>WrongTemplateEnginTypeError— When specified tempalte engine is not a subclass of Scheduler</>TemplateRenderingError— Failed to render a template</>ConfigurationError— When something wrong set as configuration</>PipenOrProcNameError— "When more than one processes are sharing the same workdir</>
pipen.exceptions.PipenException()
Base exception class for pipen
pipen.exceptions.PipenSetDataError()
When trying to set input data to processes with input_data already setusing Pipen.set_data().
pipen.exceptions.ProcInputTypeError()
When an unsupported input type is provided
pipen.exceptions.ProcInputKeyError()
When an unsupported input key is provided
pipen.exceptions.ProcInputValueError()
When an unsupported input value is provided
pipen.exceptions.ProcScriptFileNotFound()
When script file specified as 'file://' cannot be found
pipen.exceptions.ProcOutputNameError()
When no name or malformatted output is provided
pipen.exceptions.ProcOutputTypeError()
When an unsupported output type is provided
pipen.exceptions.ProcOutputValueError()
When a malformatted output value is provided
pipen.exceptions.ProcDependencyError()
When there is something wrong the process dependencies
pipen.exceptions.NoSuchSchedulerError()
When specified scheduler cannot be found
pipen.exceptions.WrongSchedulerTypeError()
When specified scheduler is not a subclass of Scheduler
pipen.exceptions.NoSuchTemplateEngineError()
When specified template engine cannot be found
pipen.exceptions.WrongTemplateEnginTypeError()
When specified tempalte engine is not a subclass of Scheduler
pipen.exceptions.TemplateRenderingError()
Failed to render a template
pipen.exceptions.ConfigurationError()
When something wrong set as configuration
pipen.exceptions.PipenOrProcNameError()
"When more than one processes are sharing the same workdir