Lines Matching refs:SimpleExtendsException
419 #define SimpleExtendsException(EXCBASE, EXCNAME, EXCDOC) \ macro
469 SimpleExtendsException(PyExc_BaseException, Exception,
476 SimpleExtendsException(PyExc_Exception, StandardError,
484 SimpleExtendsException(PyExc_StandardError, TypeError,
491 SimpleExtendsException(PyExc_Exception, StopIteration,
498 SimpleExtendsException(PyExc_BaseException, GeneratorExit,
562 SimpleExtendsException(PyExc_BaseException, KeyboardInterrupt,
569 SimpleExtendsException(PyExc_StandardError, ImportError,
1007 SimpleExtendsException(PyExc_StandardError, EOFError,
1014 SimpleExtendsException(PyExc_StandardError, RuntimeError,
1021 SimpleExtendsException(PyExc_RuntimeError, NotImplementedError,
1027 SimpleExtendsException(PyExc_StandardError, NameError,
1033 SimpleExtendsException(PyExc_NameError, UnboundLocalError,
1039 SimpleExtendsException(PyExc_StandardError, AttributeError,
1243 SimpleExtendsException(PyExc_StandardError, LookupError,
1250 SimpleExtendsException(PyExc_LookupError, IndexError,
1282 SimpleExtendsException(PyExc_StandardError, ValueError,
1289 SimpleExtendsException(PyExc_ValueError, UnicodeError,
1886 SimpleExtendsException(PyExc_StandardError, AssertionError,
1893 SimpleExtendsException(PyExc_StandardError, ArithmeticError,
1900 SimpleExtendsException(PyExc_ArithmeticError, FloatingPointError,
1907 SimpleExtendsException(PyExc_ArithmeticError, OverflowError,
1914 SimpleExtendsException(PyExc_ArithmeticError, ZeroDivisionError,
1921 SimpleExtendsException(PyExc_StandardError, SystemError,
1931 SimpleExtendsException(PyExc_StandardError, ReferenceError,
1938 SimpleExtendsException(PyExc_StandardError, MemoryError, "Out of memory.");
1943 SimpleExtendsException(PyExc_StandardError, BufferError, "Buffer error.");
1951 SimpleExtendsException(PyExc_Exception, Warning,
1958 SimpleExtendsException(PyExc_Warning, UserWarning,
1965 SimpleExtendsException(PyExc_Warning, DeprecationWarning,
1972 SimpleExtendsException(PyExc_Warning, PendingDeprecationWarning,
1980 SimpleExtendsException(PyExc_Warning, SyntaxWarning,
1987 SimpleExtendsException(PyExc_Warning, RuntimeWarning,
1994 SimpleExtendsException(PyExc_Warning, FutureWarning,
2002 SimpleExtendsException(PyExc_Warning, ImportWarning,
2009 SimpleExtendsException(PyExc_Warning, UnicodeWarning,
2016 SimpleExtendsException(PyExc_Warning, BytesWarning,