Interface n.i.ICanHandleException(Interface):

Part of nevow.inevow View Source View In Hierarchy

Known implementations: nevow.appserver.DefaultExceptionHandler, nevow.appserver.UninformativeExceptionHandler

No interface docstring
Line # Kind Name Docs
449 Method renderHTTP_exception Render an exception to the given request object.
453 Method renderInlineException Return stan representing the exception, to be printed in the page,
def renderHTTP_exception(context, failure): (source)
Render an exception to the given request object.
def renderInlineException(context, reason): (source)
Return stan representing the exception, to be printed in the page, not replacing the page.
API Documentation for Nevow, generated by pydoctor.