Package flumotion :: Package common :: Module errors :: Class HandledException
[show private | hide private]
[frames | no frames]

Class HandledException

Exception --+
            |
           HandledException

Known Subclasses:
ComponentSetupHandledError, ComponentStartHandledError

An exception that has already been adequately handled, but still needs to be propagated to indicate failure to callers.

This allows callers and defgens to propagate gracefully without doing a traceback, while still doing tracebacks for unhandled exceptions.

Only argument is the original exception or failure.
Method Summary
    Inherited from Exception
  __init__(...)
  __getitem__(...)
  __str__(...)

Generated by Epydoc 2.1 on Sat Apr 14 13:16:50 2007 http://epydoc.sf.net