4.1 Standard Exceptions

All standard Python exceptions are available as global variables whose names are "PyExc_" followed by the Python exception name. These have the type PyObject *; they are all either class objects or string objects, depending on the use of the -Xoption to the interpreter. For completeness, here are all the variables: PyExc_Exception, PyExc_StandardError, PyExc_ArithmeticError, PyExc_LookupError, PyExc_AssertionError, PyExc_AttributeError, PyExc_EOFError, PyExc_EnvironmentError, PyExc_FloatingPointError, PyExc_IOError, PyExc_ImportError, PyExc_IndexError, PyExc_KeyError, PyExc_KeyboardInterrupt, PyExc_MemoryError, PyExc_NameError, PyExc_NotImplementedError, PyExc_OSError, PyExc_OverflowError, PyExc_RuntimeError, PyExc_SyntaxError, PyExc_SystemError, PyExc_SystemExit, PyExc_TypeError, PyExc_ValueError, PyExc_ZeroDivisionError.


Send comments on this document to python-docs@python.org.


Banner.Novgorod.Ru