pysys.exceptions¶
Exceptions used and raised by PySys methods.
AbortExecution¶
FileNotFoundException¶
IncorrectFileTypeException¶
ExecutableNotFoundException¶
ProcessError¶
ProcessTimeout¶
-
class
pysys.exceptions.
ProcessTimeout
(value)[source]¶ Bases:
pysys.exceptions.AbortExecution
Exception raised when a process times out.
InvalidDescriptorException¶
InvalidXMLException¶
UserError¶
-
class
pysys.exceptions.
UserError
(message)[source]¶ Bases:
Exception
Exception raised when the user has made a mistake, for example specifying a wrong value or providing an invalid file.
This exception should be raised with a user-friendly error message, and indicates that there is no need to display a Python stack trace. Do not use this exception type for non-user errors, in which case a stack trace could be important for debugging the problem.