cwl_utils.errors

Common Exceptions.

Exceptions

ArrayMissingItems

From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .

JavascriptException

Common base class for all non-exit exceptions.

MissingKeyField

From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .

MissingTypeName

From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .

RecordMissingFields

From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .

SubstitutionError

Common base class for all non-exit exceptions.

WorkflowException

Common base class for all non-exit exceptions.

GraphTargetMissingException

When a $graph is encountered and there is no target and no main/#main.

Module Contents

exception cwl_utils.errors.ArrayMissingItems

Bases: BaseException

Inheritance diagram of cwl_utils.errors.ArrayMissingItems

From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .

exception cwl_utils.errors.JavascriptException

Bases: Exception

Inheritance diagram of cwl_utils.errors.JavascriptException

Common base class for all non-exit exceptions.

exception cwl_utils.errors.MissingKeyField

Bases: BaseException

Inheritance diagram of cwl_utils.errors.MissingKeyField

From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .

exception cwl_utils.errors.MissingTypeName

Bases: BaseException

Inheritance diagram of cwl_utils.errors.MissingTypeName

From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .

exception cwl_utils.errors.RecordMissingFields

Bases: BaseException

Inheritance diagram of cwl_utils.errors.RecordMissingFields

From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .

exception cwl_utils.errors.SubstitutionError

Bases: Exception

Inheritance diagram of cwl_utils.errors.SubstitutionError

Common base class for all non-exit exceptions.

exception cwl_utils.errors.WorkflowException

Bases: Exception

Inheritance diagram of cwl_utils.errors.WorkflowException

Common base class for all non-exit exceptions.

exception cwl_utils.errors.GraphTargetMissingException

Bases: WorkflowException

Inheritance diagram of cwl_utils.errors.GraphTargetMissingException

When a $graph is encountered and there is no target and no main/#main.