Kamaelia docs : Kamaelia.Exceptions
General Kamaelia Exceptions
This module defines a set of standard exceptions generally useful in Kamaelia.
They are all based on the Axon.AxonExceptions.AxonException base class.
- BadRequest(request, innerexception) - signalling that a request caused an
exception``self.request`` is the original request and self.exception is
the exception that it caused to be thrown
- socketSendFailure() - signalling that a socket failed trying to send
- connectionClosedown() - singalling that a connection closed down
- connectionDied() - signalling that a connection died
* connectionDiedSending()
* connectionDiedReceiving()
* connectionServerShutdown()
Feedback
Got a problem with the documentation? Something unclear that could be clearer?
Want to help improve it? Constructive criticism is very welcome - especially if you can suggest a better rewording!
Please leave you feedback
here
in reply to the documentation thread in the Kamaelia blog.
-- Automatic documentation generator, 19 Oct 2008 at 14:29:09 UTC/GMT
This is a page from the Kamaelia website. You can find the original here: