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

Class NotFound

source code


Exception raised when a URL could not be mapped to any handler (404).

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

Inherited from HTTPError: __call__, set_response

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, path=None)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__