toil.exceptions

Neutral place for exceptions, to break import cycles.

Module Contents

toil.exceptions.logger
exception toil.exceptions.FailedJobsException(job_store, failed_jobs, exit_code=1)[source]

Bases: Exception

digraph inheritancec31d90440c { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "FailedJobsException" [URL="#toil.exceptions.FailedJobsException",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; }

Common base class for all non-exit exceptions.

Parameters
__str__()[source]

Stringify the exception, including the message.

Return type

str