1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19 """
20 Defines custom exceptions that can be thrown within the PySys framework.
21
22 """
23
25 """Exception raised when a file cannot be found."""
26
29
32
34 """Exception raised when the extension of a file is incorrect."""
35
38
41
43 """Exception raised when an executable cannot be found."""
44
47
50
52 """Exception raised when creating a process."""
53
56
59
61 """Exception raised when a process times out."""
62
65
68
70 """Exception raised when a testcase descriptor is invalid."""
71
74
77
79 """Exception raised when an input XML file is invalid."""
80
83
86