cwltool.errors ============== .. py:module:: cwltool.errors .. autoapi-nested-parse:: Common errors. WorkflowException and GraphTargetMissingException are aliased to equivalent errors from cwl_utils.errors and re-exported by this module to avoid breaking the interface for other code. Exceptions ---------- .. autoapisummary:: cwltool.errors.UnsupportedRequirement cwltool.errors.ArgumentException Module Contents --------------- .. py:exception:: UnsupportedRequirement Bases: :py:obj:`cwl_utils.errors.WorkflowException` .. autoapi-inheritance-diagram:: cwltool.errors.UnsupportedRequirement :parts: 1 Common base class for all non-exit exceptions. .. py:exception:: ArgumentException Bases: :py:obj:`Exception` .. autoapi-inheritance-diagram:: cwltool.errors.ArgumentException :parts: 1 Mismatched command line arguments provided.