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

Class WMS130ExceptionHandler

source code

                      object --+            
                               |            
core.exceptions.ExceptionHandler --+        
                                   |        
 core.exceptions.XMLExceptionHandler --+    
                                       |    
                  WMSXMLExceptionHandler --+
                                           |
                                          WMS130ExceptionHandler

Exception handler for OGC WMS 1.3.0 ServiceExceptionReports
Instance Methods [hide private]

Inherited from core.exceptions.XMLExceptionHandler: render

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

Class Variables [hide private]
  template_file = 'wms130exception.xml'
The filename of the jinja xml template
  mimetype = 'text/xml'
The mime type of the exception response.

Inherited from WMSXMLExceptionHandler: env

Inherited from core.exceptions.XMLExceptionHandler: content_type, status_code

Properties [hide private]

Inherited from core.exceptions.XMLExceptionHandler: template

Inherited from object: __class__