exception EOFError Raised when the
exception WindowsError Only available on Windows.
exception IOError
exception ImportError Raised when an import statement fails to find the module definition or when a from
exception UserWarning Base class for warnings generated by user code.
exception TypeError Raised when an operation or function is applied to an object of inappropriate type. The associated value
exception DeprecationWarning Base class for warnings about deprecated features.
exception SyntaxWarning Base class for warnings about dubious syntax.
exception RuntimeError Raised when an error is detected that doesn’t fall in any of the other categories. The associated value
exception SyntaxError Raised when the parser encounters a syntax error. This may occur in an import statement,
Page 7 of 8