python异常继承树
2011-11-25 19:05 by Rollen Holt, 911 阅读, 0 评论, 收藏, 编辑
BaseException
+
-
-
SystemExit
+
-
-
KeyboardInterrupt
+
-
-
GeneratorExit
+
-
-
Exception
+
-
-
StopIteration
+
-
-
StandardError
|
+
-
-
BufferError
|
+
-
-
ArithmeticError
| |
+
-
-
FloatingPointError
| |
+
-
-
OverflowError
| |
+
-
-
ZeroDivisionError
|
+
-
-
AssertionError
|