Posted By:
AlessandroA_Garbagnati
Posted On:
Thursday, February 13, 2003 03:39 AM
Hi,
Well, The idea in the specifications is that you can have an error page defined for any type of error, doesn't matter if that is an http error (
) or a java exception (
).
Handling exception in the web application descriptor should be the same that handling exception in a normal application. The catch-all exception should be the java.lang.Throwable, that is the "mother of all the exceptions"...