pysys.exceptions module¶
Defines custom exceptions that can be thrown within the PySys framework.
-
exception
pysys.exceptions.
AbortExecution
(outcome, outcomeReason, callRecord=None)[source]¶ Bases:
Exception
Raised to abort execution of a test.
-
exception
pysys.exceptions.
ExecutableNotFoundException
(value)[source]¶ Bases:
Exception
Exception raised when an executable cannot be found.
-
exception
pysys.exceptions.
FileNotFoundException
(value)[source]¶ Bases:
Exception
Exception raised when a file cannot be found.
-
exception
pysys.exceptions.
IncorrectFileTypeException
(value)[source]¶ Bases:
Exception
Exception raised when the extension of a file is incorrect.
-
exception
pysys.exceptions.
InvalidDescriptorException
(value)[source]¶ Bases:
Exception
Exception raised when a testcase descriptor is invalid.
-
exception
pysys.exceptions.
InvalidXMLException
(value)[source]¶ Bases:
Exception
Exception raised when an input XML file is invalid.