python异常继承树

python异常继承树

2011-11-25 19:05 by Rollen Holt, 911 阅读, 0 评论, 收藏编辑
BaseException
 +-- SystemExit
 +-- KeyboardInterrupt
 +-- GeneratorExit
 +-- Exception
      +-- StopIteration
      +-- StandardError
      |    +-- BufferError
      |    +-- ArithmeticError
      |    |    +-- FloatingPointError
      |    |    +-- OverflowError
      |    |    +-- ZeroDivisionError
      |    +-- AssertionError
      
上一篇:【MyBatis框架】Mybatis开发dao方法第二部分


下一篇:状态模式(Strategy Pattern)