RESEND:How to catch the thrown Exception

2002-10-09 Thread Nagpal, Vikas
Hello Everybody, I have been trying to catch the thrown exception and print it on my JSP page. As I catch the exception and print it using System.out.println command it displays NULL. But I want to print the number which threw the exception not NULL. Can anyone tell me how to catch this number

Re: RESEND:How to catch the thrown Exception

2002-10-09 Thread Felipe Schnack
where this exception is being thrown? In a bean? In a Controller? In a taglib? Anyway, I don't think users in general like to see stack traces in their browsers :-) On Wed, 2002-10-09 at 17:08, Nagpal, Vikas wrote: Hello Everybody, I have been trying to catch the thrown exception and