[OT] Exception handling in a J2EE project.

2003-12-07 Thread Prasenjit Narwade
Hi All, What is the best Hierarcy (framework) for handling exceptions in a J2EE project. I am thinking of some roughly the following Hierarcy consisting broadly of three categories : + MyApplicationException extends Exception ( For

RE: [OT] Exception handling in a J2EE project.

2003-12-07 Thread Nick Faiz
exceptions extend, is a nice idea, but I think it invites needless complexity. Nick Faiz -Original Message- From: Prasenjit Narwade [mailto:[EMAIL PROTECTED] Sent: Monday, 8 December 2003 4:31 PM To: Struts Users Mailing List (E-mail) Subject: [OT] Exception handling in a J2EE project

RE: [OT] Exception handling in a J2EE project.

2003-12-07 Thread Andrew Hill
14:01 To: 'Struts Users Mailing List' Subject: RE: [OT] Exception handling in a J2EE project. Good question, I'm thinking about the same sort of thing myself. I usually find it easier to give each server side component its own exception, and to throw all exceptions up to the client side