python学习笔记——异常
摘要:
Python内建异常体系结构BaseException+-- SystemExit+-- KeyboardInterrupt+-- GeneratorExit+-- Exception+-- StopIteration+-- StandardError| +-- BufferError| +-- ArithmeticError| | +-- FloatingPointError| | +-- OverflowError| | +-- ZeroDivisionError| +-- AssertionError| +-- AttributeError| +-- EnvironmentError| 阅读全文
posted @ 2011-06-22 11:13 司徒正美 阅读(33639) 评论(0) 推荐(1) 编辑