Package cherrypy :: Module _cperror :: Class InternalRedirect
[hide private]
[frames] | no frames]

Class InternalRedirect

source code

exceptions.Exception --+    
                       |    
       CherryPyException --+
                           |
                          InternalRedirect

Exception raised to switch to the handler for a different URL.

Any request.params must be supplied in a query string.

Instance Methods [hide private]
 
__init__(self, path) source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, path)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__