1. 程式人生 > >python 學習 錯誤型別

python 學習 錯誤型別

在這裡插入圖片描述 在這裡插入圖片描述

Python 內建異常類的層次結構: BaseException ±- SystemExit ±- KeyboardInterrupt ±- GeneratorExit ±- Exception ±- StopIteration ±- 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 ±- SyntaxError | ±- IndentationError | ±- TabError ±- SystemError ±- TypeError ±- ValueError | ±- UnicodeError | ±- UnicodeDecodeError | ±- UnicodeEncodeError | ±- UnicodeTranslateError ±- Warning ±- DeprecationWarning ±- PendingDeprecationWarning ±- RuntimeWarning ±- SyntaxWarning ±- UserWarning ±- FutureWarning ±- ImportWarning ±- UnicodeWarning ±- BytesWarning ±- ResourceWarning