Sorted exceptions reference alphabetically

--HG--
extra : rebase_source : 1c6a192a76fcc90103ea324f6baf4387ba65e14a
This commit is contained in:
Pablo Hoffman 2009-05-07 14:52:32 -03:00
parent da7b9358a4
commit c1c7b2d6c6
1 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
.. _exceptions:
.. module:: scrapy.core.exceptions
:synopsis: Exceptions definitions
:synopsis: Core exceptions
Available Exceptions
====================
@ -25,21 +25,6 @@ DropItem
The exception that must be raised by item pipeline stages to stop processing an
Item. For more information see :ref:`topics-item-pipeline`.
.. exception:: NotConfigured
NotConfigured
-------------
This exception can be raised by some components to indicate that they will
remain disabled. Those component include:
* Extensions
* Item pipelines
* Downloader middlwares
* Spider middlewares
The exception must be raised in the component constructor.
.. exception:: HttpException
HttpException
@ -56,6 +41,21 @@ IgnoreRequest
This exception can be raised by the Scheduler or any downlaoder middleware to
indicate that the request should be ignored.
.. exception:: NotConfigured
NotConfigured
-------------
This exception can be raised by some components to indicate that they will
remain disabled. Those component include:
* Extensions
* Item pipelines
* Downloader middlwares
* Spider middlewares
The exception must be raised in the component constructor.
.. exception:: NotSupported
NotSupported