Package flumotion :: Package component :: Package misc :: Package httpserver :: Module httpfile :: Class BadRequest
[hide private]

Class BadRequest

source code

twisted.web.resource.Resource --+    
                                |    
   twisted.web.resource.ErrorPage --+
                                    |
                                   BadRequest

Web error for invalid requests

Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
__init__(self, message='Invalid request format')
Initialize.
source code

Inherited from twisted.web.resource.ErrorPage: getChild, render

Inherited from twisted.web.resource.Resource: __providedBy__, __provides__, delEntity, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Class Variables [hide private]

Inherited from twisted.web.resource.Resource: __implemented__, isLeaf, server

Instance Variables [hide private]

Inherited from twisted.web.resource.ErrorPage: brief, code, detail, template

Method Details [hide private]

__init__(self, message='Invalid request format')
(Constructor)

source code 

Initialize.

Overrides: twisted.web.resource.Resource.__init__
(inherited documentation)