qtoolkit.core.exceptions module#

exception qtoolkit.core.exceptions.CommandFailedError[source]#

Bases: QTKException

Exception raised when the execution of a command has failed, typically by a non-zero return code.

exception qtoolkit.core.exceptions.OutputParsingError[source]#

Bases: QTKException

Exception raised when errors are recognized during the parsing of the outputs of command.

exception qtoolkit.core.exceptions.QTKException[source]#

Bases: Exception

Base class for all the exceptions generated by qtoolkit.

exception qtoolkit.core.exceptions.UnsupportedResourcesError[source]#

Bases: QTKException

Exception raised when the resources requested are not supported in qtoolkit for the chosen scheduler.