[Zope-dev] another Zope hanging..
Chris McDonough
chrism@digicool.com
Thu, 3 May 2001 11:31:55 -0400
>
> Maybe another general question:
>
> How are exceptions handled which appear in your own products and you don't
catch them?
> Is there some except somewhere "on top" ?
Yes, in ZPublisher, there's an "exception hook". I don't know more about it
than that.
>
> How does this look if you're using ZPatterns with your own attribute
providers (as I do
> with my sql attribute provider). Are these all handled somehow?
> (usually I get some sort of traceback on the console/stupid log is
something goes wrong
> there and I don't handle it myself.. hope it's in general..)
No idea, sorry. I'd imagine they're handled by the same exception handler.