Searched defs:DispatchException (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Ddispatch.py55 class DispatchException(Exception): class in inherits:Exception
59 super(DispatchException, self).__init__(name)
148 raise DispatchException('Error in sourcing handler:' +
169 raise DispatchException('%s is not defined.' % name)
172 raise DispatchException('%s is not callable.' % name)
208 raise DispatchException('scan_dir:%s must be a directory under '
228 raise DispatchException('No handler for: %r' %
246 DispatchException: when handler was not found
253 raise DispatchException('No handler for: %r' % request.ws_resource)
277 DispatchException
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Ddispatch.py55 class DispatchException(Exception): class in inherits:Exception
59 super(DispatchException, self).__init__(name)
148 raise DispatchException('Error in sourcing handler:' +
169 raise DispatchException('%s is not defined.' % name)
172 raise DispatchException('%s is not callable.' % name)
208 raise DispatchException('scan_dir:%s must be a directory under '
228 raise DispatchException('No handler for: %r' %
246 DispatchException: when handler was not found
253 raise DispatchException('No handler for: %r' % request.ws_resource)
280 DispatchException
[all...]

Completed in 73 milliseconds