March 2024 - This site, and Kamaelia are being updated. There is significant work needed, and PRs are welcome.

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.

The exceptions

  • 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, 05 Jun 2009 at 03:01:38 UTC/GMT