RE: Exception Handling in Action objects

2003-11-03 Thread chinmay . r . parikh
rPage") default: Unknown error page; -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 18:10 To: Struts Users Mailing List Subject: RE: Exception Handling in Action objects I'm just trying to get other ideas for exception handling, spec

RE: Exception Handling in Action objects

2003-11-03 Thread Hubert Rabago
ke overkill for exceptions. > > Regards, > David > > -Original Message- > From: Hubert Rabago [mailto:[EMAIL PROTECTED] > Sent: Monday, November 03, 2003 12:41 PM > To: [EMAIL PROTECTED] > Subject: Exception Handling in Action objects > > > What'

RE: Exception Handling in Action objects

2003-11-03 Thread David Friedman
abago [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 12:41 PM To: [EMAIL PROTECTED] Subject: Exception Handling in Action objects What's your approach to handling exceptions in your Action objects? Do you have a "catch (Exception e)" in your actions with special clauses for

Exception Handling in Action objects

2003-11-03 Thread Hubert Rabago
What's your approach to handling exceptions in your Action objects? Do you have a "catch (Exception e)" in your actions with special clauses for specific cases? I'm thinking of going this way: public ActionForward execute(...) throws Exception { // get values from parameters //