exception UnicodeTranslateError Raised when a Unicode-related error occurs during translating. It is a subclass of UnicodeError
exception Exception All built-in, non-system-exiting exceptions are derived from this class. All user-defined exceptions should
exception ConnectionRefusedError A subclass of ConnectionError, raised when a connection attempt is refused by
exception FloatingPointError Raised when a floating point operation fails. This exception is always defined, but can only be
exception KeyboardInterrupt Raised when the user hits the interrupt key (normally Control-C or Delete)
exception IndentationError Base class for syntax errors related to incorrect indentation. This is a subclass of SyntaxError
exception AttributeError Raised when an attribute reference (see Attribute references) or assignment fails. (When
exception SystemExit This exception is raised by the
exception BufferError Raised when a buffer related operation cannot be performed.
exception RecursionError This exception is derived from RuntimeError. It is raised when the interpreter detects
Page 8 of 8