Python Built-in Exceptions
Built-in exception classes raised by the Python interpreter and standard library. All exceptions derive from BaseException; most application code catches subclasses of Exception.
65 codes
-
ArithmeticErrorArithmeticError -
AssertionErrorAssertionError -
AttributeErrorAttributeError -
BaseExceptionBaseException -
BlockingIOErrorBlockingIOError -
BrokenPipeErrorBrokenPipeError -
BufferErrorBufferError -
BytesWarningBytesWarning -
ChildProcessErrorChildProcessError -
ConnectionAbortedErrorConnectionAbortedError -
ConnectionErrorConnectionError -
ConnectionRefusedErrorConnectionRefusedError -
ConnectionResetErrorConnectionResetError -
DeprecationWarningDeprecationWarning -
EncodingWarningEncodingWarning -
EOFErrorEOFError -
ExceptionException -
ExceptionGroupExceptionGroup -
FileExistsErrorFileExistsError -
FileNotFoundErrorFileNotFoundError -
FloatingPointErrorFloatingPointError -
FutureWarningFutureWarning -
GeneratorExitGeneratorExit -
ImportErrorImportError -
ImportWarningImportWarning -
IndentationErrorIndentationError -
IndexErrorIndexError -
InterruptedErrorInterruptedError -
IsADirectoryErrorIsADirectoryError -
KeyboardInterruptKeyboardInterrupt -
KeyErrorKeyError -
LookupErrorLookupError -
MemoryErrorMemoryError -
ModuleNotFoundErrorModuleNotFoundError -
NameErrorNameError -
NotADirectoryErrorNotADirectoryError -
NotImplementedErrorNotImplementedError -
OSErrorOSError -
OverflowErrorOverflowError -
PendingDeprecationWarningPendingDeprecationWarning -
PermissionErrorPermissionError -
ProcessLookupErrorProcessLookupError -
RecursionErrorRecursionError -
ReferenceErrorReferenceError -
ResourceWarningResourceWarning -
RuntimeErrorRuntimeError -
RuntimeWarningRuntimeWarning -
StopAsyncIterationStopAsyncIteration -
StopIterationStopIteration -
SyntaxErrorSyntaxError -
SyntaxWarningSyntaxWarning -
SystemErrorSystemError -
SystemExitSystemExit -
TabErrorTabError -
TimeoutErrorTimeoutError -
TypeErrorTypeError -
UnboundLocalErrorUnboundLocalError -
UnicodeDecodeErrorUnicodeDecodeError -
UnicodeEncodeErrorUnicodeEncodeError -
UnicodeErrorUnicodeError -
UnicodeTranslateErrorUnicodeTranslateError -
UnicodeWarningUnicodeWarning -
ValueErrorValueError -
WarningWarning -
ZeroDivisionErrorZeroDivisionError