]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.2/Lib/test/exception_hierarchy.txt
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / exception_hierarchy.txt
CommitLineData
4710c53d 1BaseException\r
2 +-- SystemExit\r
3 +-- KeyboardInterrupt\r
4 +-- GeneratorExit\r
5 +-- Exception\r
6 +-- StopIteration\r
7 +-- StandardError\r
8 | +-- BufferError\r
9 | +-- ArithmeticError\r
10 | | +-- FloatingPointError\r
11 | | +-- OverflowError\r
12 | | +-- ZeroDivisionError\r
13 | +-- AssertionError\r
14 | +-- AttributeError\r
15 | +-- EnvironmentError\r
16 | | +-- IOError\r
17 | | +-- OSError\r
18 | | +-- WindowsError (Windows)\r
19 | | +-- VMSError (VMS)\r
20 | +-- EOFError\r
21 | +-- ImportError\r
22 | +-- LookupError\r
23 | | +-- IndexError\r
24 | | +-- KeyError\r
25 | +-- MemoryError\r
26 | +-- NameError\r
27 | | +-- UnboundLocalError\r
28 | +-- ReferenceError\r
29 | +-- RuntimeError\r
30 | | +-- NotImplementedError\r
31 | +-- SyntaxError\r
32 | | +-- IndentationError\r
33 | | +-- TabError\r
34 | +-- SystemError\r
35 | +-- TypeError\r
36 | +-- ValueError\r
37 | +-- UnicodeError\r
38 | +-- UnicodeDecodeError\r
39 | +-- UnicodeEncodeError\r
40 | +-- UnicodeTranslateError\r
41 +-- Warning\r
42 +-- DeprecationWarning\r
43 +-- PendingDeprecationWarning\r
44 +-- RuntimeWarning\r
45 +-- SyntaxWarning\r
46 +-- UserWarning\r
47 +-- FutureWarning\r
48 +-- ImportWarning\r
49 +-- UnicodeWarning\r
50 +-- BytesWarning\r