【python】内建异常类的层次
生活随笔
收集整理的這篇文章主要介紹了
【python】内建异常类的层次
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
內建異常類的層次
BaseException+-- SystemExit+-- KeyboardInterrupt+-- GeneratorExit+-- Exception+-- StopIteration+-- StopAsyncIteration+-- ArithmeticError| ? +-- FloatingPointError| ? +-- OverflowError| ? +-- ZeroDivisionError+-- AssertionError+-- AttributeError+-- BufferError+-- EOFError+-- ImportError+-- LookupError| ? +-- IndexError| ? +-- KeyError+-- MemoryError+-- NameError| ? +-- UnboundLocalError+-- OSError| ? +-- BlockingIOError| ? +-- ChildProcessError| ? +-- ConnectionError| ? | ? +-- BrokenPipeError| ? | ? +-- ConnectionAbortedError| ? | ? +-- ConnectionRefusedError| ? | ? +-- ConnectionResetError| ? +-- FileExistsError| ? +-- FileNotFoundError| ? +-- InterruptedError| ? +-- IsADirectoryError| ? +-- NotADirectoryError| ? +-- PermissionError| ? +-- ProcessLookupError| ? +-- TimeoutError+-- ReferenceError+-- RuntimeError| ? +-- NotImplementedError| ? +-- RecursionError+-- SyntaxError| ? +-- IndentationError| ? ? ? ? +-- TabError+-- SystemError+-- TypeError+-- ValueError| ? +-- UnicodeError| ? ? ? ? +-- UnicodeDecodeError| ? ? ? ? +-- UnicodeEncodeError| ? ? ? ? +-- UnicodeTranslateError+-- Warning+-- DeprecationWarning+-- PendingDeprecationWarning+-- RuntimeWarning+-- SyntaxWarning+-- UserWarning+-- FutureWarning+-- ImportWarning+-- UnicodeWarning+-- BytesWarning+-- ResourceWarning總結
以上是生活随笔為你收集整理的【python】内建异常类的层次的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: np.random.seed(0)作用
- 下一篇: iOS蓝牙开发