I would like to catch all un-handled errors in my app engine application, is there a solution that would allow me to do this with some kind of universal error handler or filter solution?
I know struts has a global error handler, but I am looking for something that doesn't require implementing anything too heavy in order to achieve this. Thanks!