Package pysys :: Module exceptions
[frames] | no frames]

Module exceptions

source code

Defines custom exceptions that can be thrown within the PySys framework.

Classes
  FileNotFoundException
Exception raised when a file cannot be found.
  IncorrectFileTypeException
Exception raised when the extension of a file is incorrect.
  ExecutableNotFoundException
Exception raised when an executable cannot be found.
  ProcessError
Exception raised when creating a process.
  ProcessTimeout
Exception raised when a process times out.
  InvalidDescriptorException
Exception raised when a testcase descriptor is invalid.
  InvalidXMLException
Exception raised when an input XML file is invalid.
Variables
  __package__ = None