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

Module exceptions

source code

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

Classes [hide private]
  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.
  AbortExecution
Raised to abort execution of a test.
Variables [hide private]
  __package__ = None