[google-appengine] Re: [How To] - Get a global error handler

2009-05-05 Thread Pranav Prakash
Oh, Thats good. I was unaware of this. Thanks a lot. I will work on this. Cheers :-) Pranav On May 5, 6:15 pm, "Nick Johnson (Google)" wrote: > Hi Pranny, > > google.appengine.ext.webapp.RequestHandler defines a > 'handle_exception' method, which gets called for any uncaught > exceptions. You c

[google-appengine] Re: [How To] - Get a global error handler

2009-05-05 Thread Nick Johnson (Google)
Hi Pranny, google.appengine.ext.webapp.RequestHandler defines a 'handle_exception' method, which gets called for any uncaught exceptions. You can define your exception handling code there, and use standard OO inheritance to define different exception handling behaviour. Then, just have each Handl