cwl_utils.errors
Common Exceptions.
Exceptions
From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py . |
|
Common base class for all non-exit exceptions. |
|
From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py . |
|
From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py . |
|
From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py . |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
When a $graph is encountered and there is no target and no main/#main. |
Module Contents
- exception cwl_utils.errors.ArrayMissingItems
Bases:
BaseException
From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .
- exception cwl_utils.errors.JavascriptException
Bases:
Exception
Common base class for all non-exit exceptions.
- exception cwl_utils.errors.MissingKeyField
Bases:
BaseException
From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .
- exception cwl_utils.errors.MissingTypeName
Bases:
BaseException
From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .
- exception cwl_utils.errors.RecordMissingFields
Bases:
BaseException
From https://github.com/rabix/sbpack/blob/b8404a0859ffcbe1edae6d8f934e51847b003320/sbpack/lib.py .
- exception cwl_utils.errors.SubstitutionError
Bases:
Exception
Common base class for all non-exit exceptions.
- exception cwl_utils.errors.WorkflowException
Bases:
Exception
Common base class for all non-exit exceptions.
- exception cwl_utils.errors.GraphTargetMissingException
Bases:
WorkflowException
When a $graph is encountered and there is no target and no main/#main.