Package mapnik :: Package ogcserver :: Module wms111 :: Class ExceptionHandler

Class ExceptionHandler

common.BaseExceptionHandler --+
                              |
                             ExceptionHandler

Instance Methods

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

Class Variables
  xmlmimetype = 'application/vnd.ogc.se_xml'
  xmltemplate = <Element ServiceExceptionReport at 3af27b0>
  xpath = 'ServiceException'
  handlers = {'application/vnd.ogc.se_blank': <unbound method Ba...
  defaulthandler = 'application/vnd.ogc.se_xml'
Class Variable Details

handlers

Value:
{'application/vnd.ogc.se_blank': <unbound method BaseExceptionHandler.\
blankhandler>,
 'application/vnd.ogc.se_inimage': <unbound method BaseExceptionHandle\
r.inimagehandler>,
 'application/vnd.ogc.se_xml': <unbound method BaseExceptionHandler.xm\
lhandler>,
 'text/html': <unbound method BaseExceptionHandler.htmlhandler>}