Lines Matching refs:raised
51 will be set as :attr:`__cause__` on the raised exception. Setting
67 exception that was raised.
111 The base class for those built-in exceptions that are raised for various
124 The base class for the exceptions that are raised when a key or index used on
126 can be raised directly by :func:`codecs.lookup`.
132 The following exceptions are the exceptions that are usually raised.
145 attribute assignments at all, :exc:`TypeError` is raised.)
171 load a module. Also raised when the "from list" in ``from ... import``
184 A subclass of :exc:`ImportError` which is raised by :keyword:`import`
185 when a module could not be located. It is also raised when ``None``
195 integer, :exc:`TypeError` is raised.)
258 This exception is raised when a system function returns a system-related
325 OverflowError is sometimes raised for integers that are outside a required
332 This exception is derived from :exc:`RuntimeError`. It is raised when the
337 Previously, a plain :exc:`RuntimeError` was raised.
342 This exception is raised when a weak reference proxy, created by the
367 raised, and the value returned by the function is used as the
384 error raised in a generator is transformed into a :exc:`RuntimeError`.
388 Must be raised by :meth:`__anext__` method of an
432 This exception is raised by the :func:`sys.exit` function. It inherits from
461 This exception may be raised by user code to indicate that an attempted
489 The name of the encoding that raised the error.
555 The following exceptions are subclasses of :exc:`OSError`, they get raised
588 A subclass of :exc:`ConnectionError`, raised when trying to write on a
595 A subclass of :exc:`ConnectionError`, raised when a connection attempt
601 A subclass of :exc:`ConnectionError`, raised when a connection attempt
607 A subclass of :exc:`ConnectionError`, raised when a connection is