Package mapproxy :: Package wms :: Module exceptions :: Class WMSImageExceptionHandler
[hide private]
[frames] | no frames]

Class WMSImageExceptionHandler

source code

                      object --+    
                               |    
core.exceptions.ExceptionHandler --+
                                   |
                                  WMSImageExceptionHandler
Known Subclasses:

Exception handler for image exceptions.
Instance Methods [hide private]
Response
render(self, request_error)
Return a response with the rendered exception.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Static Methods [hide private]
 
_bgcolor(params) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

render(self, request_error)

source code 
Return a response with the rendered exception.
Parameters:
  • request_error - the exception to render
Returns: Response
Overrides: core.exceptions.ExceptionHandler.render
(inherited documentation)