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

Class WMSXMLExceptionHandler

source code

                      object --+        
                               |        
core.exceptions.ExceptionHandler --+    
                                   |    
 core.exceptions.XMLExceptionHandler --+
                                       |
                                      WMSXMLExceptionHandler
Known Subclasses:

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]
  env = Environment(loader= PackageLoader('mapproxy.wms', 'templ...
Jinja template environment.

Inherited from core.exceptions.XMLExceptionHandler: content_type, mimetype, status_code, template_file

Properties [hide private]

Inherited from core.exceptions.XMLExceptionHandler: template

Inherited from object: __class__

Class Variable Details [hide private]

env

Jinja template environment.
Value:
Environment(loader= PackageLoader('mapproxy.wms', 'templates'), trim_b\
locks= True)