RE: Handling exceptions

2004-07-20 Thread Stephen McConnell
easier to update things later with i18n derived strings. Cheers, Steve. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 21, 2004 2:32 AM To: Avalon framework users Subject: RE: Handling

RE: Handling exceptions

2004-07-20 Thread david . gray
]> | | cc: | | Subject: RE: Handling exceptions

RE: Handling exceptions

2004-07-20 Thread Stephen McConnell
getLogger().error( error ); } Cheers, Steve. -Original Message- From: David Leangen [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 12:21 AM To: [EMAIL PROTECTED] Subject: Handling exceptions Using Avalon is quite a different animal from what I'm used to... but I love i

Handling exceptions

2004-07-20 Thread David Leangen
Using Avalon is quite a different animal from what I'm used to... but I love it so far! I am wondering, what is the best way to handle exceptions within a service provider? Should I just log the problem with a call to getLogger(), or is there a better way? Seems to me that simple logging the prob