Re: never, ever bury an exception!

2004-09-03 Thread Andrew Hill
y to format and catch bad programming practices and integrate it as part of the build process. Regards, Richard -Original Message- From: Dan Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 10:46 AM To: Struts Users Mailing List Subject: never, ever bury an exception! I

Re: never, ever bury an exception!

2004-09-03 Thread Brett Connor
Koon Yue Lam wrote: Hi !! I agree with all of you but still have a question. If my application is divided into a few layers, say: Web <---> BizDelegate --- <---> EJB |__<--> DAO / server side program My practice is catch all SQLException in DAO(s), but never thro

Re: never, ever bury an exception!

2004-09-02 Thread Koon Yue Lam
Hi !! I agree with all of you but still have a question. If my application is divided into a few layers, say: Web <---> BizDelegate --- <---> EJB |__<--> DAO / server side program My practice is catch all SQLException in DAO(s), but never throws excepion from m

RE: never, ever bury an exception!

2004-09-02 Thread Yee, Richard K, CTR,, DMDCWEST
n Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 10:46 AM To: Struts Users Mailing List Subject: never, ever bury an exception! I know that this might be obvious, but I am telling you all just so that you can learn from my pain. Because of time pressure, I accidently

Re: never, ever bury an exception!

2004-09-02 Thread Brett Connor
recall but it's bound to have happened sometime the years I've been doing this. Jim Barrows wrote: -Original Message- From: Dan Allen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 02, 2004 10:46 AM To: Struts Users Mailing List Subject: never, ever bury an exception! I kno

RE: never, ever bury an exception!

2004-09-02 Thread Jim Barrows
> -Original Message- > From: Dan Allen [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 02, 2004 10:46 AM > To: Struts Users Mailing List > Subject: never, ever bury an exception! > > > I know that this might be obvious, but I am telling you all just so &

never, ever bury an exception!

2004-09-02 Thread Dan Allen
I know that this might be obvious, but I am telling you all just so that you can learn from my pain. Because of time pressure, I accidently left an caught exception in the following state: catch (Exception e) { // TODO: do something with me } For the last couple of days the application server