Package mapnik :: Package ogcserver :: Module wms130 :: Class ExceptionHandler

Class ExceptionHandler

common.BaseExceptionHandler --+
                              |
                             ExceptionHandler

Instance Methods

Inherited from common.BaseExceptionHandler: __init__, blankhandler, getresponse, htmlhandler, inimagehandler, xmlhandler

Class Variables
  xmlmimetype = 'text/xml'
  xmltemplate = <Element {http://www.opengis.net/ogc}ServiceExce...
  xpath = '{http://www.opengis.net/ogc}ServiceException'
  handlers = {'BLANK': <unbound method BaseExceptionHandler.blan...
  defaulthandler = 'XML'
Class Variable Details

xmltemplate

Value:
<Element {http://www.opengis.net/ogc}ServiceExceptionReport at 279e530\
>

handlers

Value:
{'BLANK': <unbound method BaseExceptionHandler.blankhandler>,
 'HTML': <unbound method BaseExceptionHandler.htmlhandler>,
 'INIMAGE': <unbound method BaseExceptionHandler.inimagehandler>,
 'XML': <unbound method BaseExceptionHandler.xmlhandler>}