René's URL Explorer Experiment


Title: 內建的例外 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html
例外的情境https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-context
繼承自內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html#inheriting-from-built-in-exceptions
基底類別 (base classes)https://python.github.io/python-docs-zh-tw/library/exceptions.html#base-classes
實體例外https://python.github.io/python-docs-zh-tw/library/exceptions.html#concrete-exceptions
作業系統例外https://python.github.io/python-docs-zh-tw/library/exceptions.html#os-exceptions
警告https://python.github.io/python-docs-zh-tw/library/exceptions.html#warnings
例外群組https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-groups
例外階層https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-hierarchy
內建型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html
文本處理 (Text Processing) 服務https://python.github.io/python-docs-zh-tw/library/text.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/exceptions.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/text.html
上一頁https://python.github.io/python-docs-zh-tw/library/stdtypes.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html
https://python.github.io/python-docs-zh-tw/library/exceptions.html#built-in-exceptions
BaseExceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException
tryhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
excepthttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#except
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
BaseExceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException
使用者自定的例外https://python.github.io/python-docs-zh-tw/tutorial/errors.html#tut-userexceptions
https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-context
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__context__
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__cause__
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__suppress_context__
excepthttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#except
finallyhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#finally
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
raisehttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#raise
fromhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#raise
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
AttributeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
https://python.github.io/python-docs-zh-tw/library/exceptions.html#inheriting-from-built-in-exceptions
Objects/exceptions.chttps://github.com/python/cpython/tree/3.14/Objects/exceptions.c
https://python.github.io/python-docs-zh-tw/library/exceptions.html#base-classes
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.args
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.with_traceback
PEP 3134https://peps.python.org/pep-3134/
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__traceback__
回溯物件https://python.github.io/python-docs-zh-tw/reference/datamodel.html#traceback-objects
raise 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#raise
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.add_note
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__notes__
add_note()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.add_note
add_note()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.add_note
https://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ArithmeticError
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
ZeroDivisionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ZeroDivisionError
FloatingPointErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#FloatingPointError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BufferError
緩衝 (buffer)https://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
https://python.github.io/python-docs-zh-tw/library/exceptions.html#LookupError
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
KeyErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
codecs.lookup()https://python.github.io/python-docs-zh-tw/library/codecs.html#codecs.lookup
https://python.github.io/python-docs-zh-tw/library/exceptions.html#concrete-exceptions
https://python.github.io/python-docs-zh-tw/library/exceptions.html#AssertionError
asserthttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#assert
https://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError
Attribute referenceshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#attribute-references
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError.name
https://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError.obj
namehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError.name
objhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#AttributeError.obj
https://python.github.io/python-docs-zh-tw/library/exceptions.html#EOFError
input()https://python.github.io/python-docs-zh-tw/library/functions.html#input
io.IOBase.readline()https://python.github.io/python-docs-zh-tw/library/io.html#io.IOBase.readline
https://python.github.io/python-docs-zh-tw/library/exceptions.html#FloatingPointError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#GeneratorExit
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
generator.close()https://python.github.io/python-docs-zh-tw/reference/expressions.html#generator.close
coroutine.close()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutine.close
BaseExceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportError
importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#import
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportError.name
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportError.path
namehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportError.name
pathhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportError.path
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ModuleNotFoundError
ImportErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportError
importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#import
sys.moduleshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.modules
https://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyboardInterrupt
BaseExceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
KeyboardInterrupthttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyboardInterrupt
KeyboardInterrupthttps://python.github.io/python-docs-zh-tw/library/exceptions.html#KeyboardInterrupt
訊號處理程式與例外的說明https://python.github.io/python-docs-zh-tw/library/signal.html#handlers-and-exceptions
https://python.github.io/python-docs-zh-tw/library/exceptions.html#MemoryError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError.name
namehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError.name
https://python.github.io/python-docs-zh-tw/library/exceptions.html#NotImplementedError
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
https://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
argshttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.args
作業系統例外https://python.github.io/python-docs-zh-tw/library/exceptions.html#os-exceptions
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
errnohttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.errno
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.errno
https://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.winerror
errnohttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.errno
errnohttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.errno
winerrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.winerror
https://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.strerror
https://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.filename
https://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.filename2
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
os.unlink()https://python.github.io/python-docs-zh-tw/library/os.html#os.unlink
filenamehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.filename
os.rename()https://python.github.io/python-docs-zh-tw/library/os.html#os.rename
filename2https://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.filename2
EnvironmentErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#EnvironmentError
IOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IOError
WindowsErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#WindowsError
socket.errorhttps://python.github.io/python-docs-zh-tw/library/socket.html#socket.error
select.errorhttps://python.github.io/python-docs-zh-tw/library/select.html#select.error
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
filenamehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError.filename
檔案系統編碼和錯誤處理函式https://python.github.io/python-docs-zh-tw/glossary.html#term-filesystem-encoding-and-error-handler
https://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
MemoryErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#MemoryError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#PythonFinalizationError
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
Python 最終化 (Python finalization)https://python.github.io/python-docs-zh-tw/glossary.html#term-interpreter-shutdown
PythonFinalizationErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#PythonFinalizationError
Joininghttps://python.github.io/python-docs-zh-tw/library/threading.html#threading.Thread.join
os.fork()https://python.github.io/python-docs-zh-tw/library/os.html#os.fork
sys.is_finalizing()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.is_finalizing
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
threading.Thread.join()https://python.github.io/python-docs-zh-tw/library/threading.html#threading.Thread.join
https://python.github.io/python-docs-zh-tw/library/exceptions.html#RecursionError
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
sys.getrecursionlimit()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.getrecursionlimit
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ReferenceError
weakref.proxy()https://python.github.io/python-docs-zh-tw/library/weakref.html#weakref.proxy
weakrefhttps://python.github.io/python-docs-zh-tw/library/weakref.html#module-weakref
https://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
next()https://python.github.io/python-docs-zh-tw/library/functions.html#next
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
__next__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__next__
https://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration.value
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
valuehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration.value
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
PEP 479https://peps.python.org/pep-0479/
PEP 479https://peps.python.org/pep-0479/
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
RuntimeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
importhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#import
compile()https://python.github.io/python-docs-zh-tw/library/functions.html#compile
exec()https://python.github.io/python-docs-zh-tw/library/functions.html#exec
eval()https://python.github.io/python-docs-zh-tw/library/functions.html#eval
str()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError.filename
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError.lineno
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError.offset
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError.text
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError.end_lineno
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError.end_offset
end_linenohttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError.end_lineno
end_offsethttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError.end_offset
https://python.github.io/python-docs-zh-tw/library/exceptions.html#IndentationError
SyntaxErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#TabError
IndentationErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndentationError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SystemError
CPythonhttps://python.github.io/python-docs-zh-tw/glossary.html#term-CPython
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SystemExit
sys.exit()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.exit
BaseExceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
sys.exit()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.exit
sys.exit()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.exit
tryhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
finallyhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#finally
os.fork()https://python.github.io/python-docs-zh-tw/library/os.html#os.fork
os._exit()https://python.github.io/python-docs-zh-tw/library/os.html#os._exit
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SystemExit.code
https://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
NotImplementedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NotImplementedError
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnboundLocalError
NameErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#NameError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
UnicodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError.encoding
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError.reason
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError.object
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError.start
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError.end
objecthttps://python.github.io/python-docs-zh-tw/library/functions.html#object
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeEncodeError
UnicodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeDecodeError
UnicodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeTranslateError
UnicodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
IndexErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#IndexError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ZeroDivisionError
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#EnvironmentError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#IOError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#WindowsError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#os-exceptions
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
EAGAINhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EAGAIN
EALREADYhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EALREADY
EWOULDBLOCKhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EWOULDBLOCK
EINPROGRESShttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EINPROGRESS
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
BlockingIOErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BlockingIOError.characters_written
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ChildProcessError
ECHILDhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ECHILD
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionError
BrokenPipeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BrokenPipeError
ConnectionAbortedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionAbortedError
ConnectionRefusedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionRefusedError
ConnectionResetErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionResetError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BrokenPipeError
ConnectionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionError
EPIPEhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EPIPE
ESHUTDOWNhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ESHUTDOWN
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionAbortedError
ConnectionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionError
ECONNABORTEDhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ECONNABORTED
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionRefusedError
ConnectionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionError
ECONNREFUSEDhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ECONNREFUSED
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionResetError
ConnectionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ConnectionError
ECONNRESEThttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ECONNRESET
https://python.github.io/python-docs-zh-tw/library/exceptions.html#FileExistsError
EEXISThttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EEXIST
https://python.github.io/python-docs-zh-tw/library/exceptions.html#FileNotFoundError
ENOENThttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ENOENT
https://python.github.io/python-docs-zh-tw/library/exceptions.html#InterruptedError
EINTRhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EINTR
InterruptedErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#InterruptedError
PEP 475https://peps.python.org/pep-0475/
https://python.github.io/python-docs-zh-tw/library/exceptions.html#IsADirectoryError
os.remove()https://python.github.io/python-docs-zh-tw/library/os.html#os.remove
EISDIRhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EISDIR
https://python.github.io/python-docs-zh-tw/library/exceptions.html#NotADirectoryError
os.listdir()https://python.github.io/python-docs-zh-tw/library/os.html#os.listdir
ENOTDIRhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ENOTDIR
https://python.github.io/python-docs-zh-tw/library/exceptions.html#PermissionError
EACCEShttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EACCES
EPERMhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.EPERM
ENOTCAPABLEhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ENOTCAPABLE
ENOTCAPABLEhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ENOTCAPABLE
PermissionErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#PermissionError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ProcessLookupError
ESRCHhttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ESRCH
https://python.github.io/python-docs-zh-tw/library/exceptions.html#TimeoutError
ETIMEDOUThttps://python.github.io/python-docs-zh-tw/library/errno.html#errno.ETIMEDOUT
OSErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OSError
PEP 3151https://peps.python.org/pep-3151/
https://python.github.io/python-docs-zh-tw/library/exceptions.html#warnings
警告類別https://python.github.io/python-docs-zh-tw/library/warnings.html#warning-categories
https://python.github.io/python-docs-zh-tw/library/exceptions.html#Warning
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UserWarning
https://python.github.io/python-docs-zh-tw/library/exceptions.html#DeprecationWarning
PEP 565https://peps.python.org/pep-0565/
Python 開發模式https://python.github.io/python-docs-zh-tw/library/devmode.html#devmode
PEP 387https://peps.python.org/pep-0387/
https://python.github.io/python-docs-zh-tw/library/exceptions.html#PendingDeprecationWarning
DeprecationWarninghttps://python.github.io/python-docs-zh-tw/library/exceptions.html#DeprecationWarning
Python 開發模式https://python.github.io/python-docs-zh-tw/library/devmode.html#devmode
PEP 387https://peps.python.org/pep-0387/
https://python.github.io/python-docs-zh-tw/library/exceptions.html#SyntaxWarning
https://python.github.io/python-docs-zh-tw/library/exceptions.html#RuntimeWarning
https://python.github.io/python-docs-zh-tw/library/exceptions.html#FutureWarning
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ImportWarning
Python 開發模式https://python.github.io/python-docs-zh-tw/library/devmode.html#devmode
https://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeWarning
https://python.github.io/python-docs-zh-tw/library/exceptions.html#EncodingWarning
選擇性加入的編碼警告https://python.github.io/python-docs-zh-tw/library/io.html#io-encoding-warning
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BytesWarning
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ResourceWarning
Python 開發模式https://python.github.io/python-docs-zh-tw/library/devmode.html#devmode
https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-groups
excepthttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#except
except*https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#except-star
https://python.github.io/python-docs-zh-tw/library/exceptions.html#ExceptionGroup
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup
BaseExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup
BaseExceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException
ExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ExceptionGroup
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
ExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ExceptionGroup
BaseExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
BaseExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup
ExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ExceptionGroup
BaseExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
ExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ExceptionGroup
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.message
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.exceptions
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.subgroup
messagehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.message
__traceback__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__traceback__
__cause__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__cause__
__context__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__context__
__notes__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__notes__
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.split
subgroup()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.subgroup
https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.derive
messagehttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.message
subgroup()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.subgroup
split()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.split
subgroup()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.subgroup
split()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.split
ExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ExceptionGroup
subgroup()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.subgroup
split()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.split
__traceback__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__traceback__
__cause__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__cause__
__context__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__context__
__notes__https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseException.__notes__
derive()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.derive
derive()https://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup.derive
BaseExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup
__new__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__new__
__init__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__init__
ExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ExceptionGroup
BaseExceptionGrouphttps://python.github.io/python-docs-zh-tw/library/exceptions.html#BaseExceptionGroup
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
Exceptionhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#Exception
https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-hierarchy
目錄https://python.github.io/python-docs-zh-tw/contents.html
內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html
例外的情境https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-context
繼承自內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html#inheriting-from-built-in-exceptions
基底類別 (base classes)https://python.github.io/python-docs-zh-tw/library/exceptions.html#base-classes
實體例外https://python.github.io/python-docs-zh-tw/library/exceptions.html#concrete-exceptions
作業系統例外https://python.github.io/python-docs-zh-tw/library/exceptions.html#os-exceptions
警告https://python.github.io/python-docs-zh-tw/library/exceptions.html#warnings
例外群組https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-groups
例外階層https://python.github.io/python-docs-zh-tw/library/exceptions.html#exception-hierarchy
內建型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html
文本處理 (Text Processing) 服務https://python.github.io/python-docs-zh-tw/library/text.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/exceptions.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/text.html
上一頁https://python.github.io/python-docs-zh-tw/library/stdtypes.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
內建的例外https://python.github.io/python-docs-zh-tw/library/exceptions.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.