Handling exceptions
"David Leangen" <[email protected]>
| Newsgroups | gmane.comp.jakarta.avalon.user |
|---|---|
| Message-ID | <[email protected]> |
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 problem is not sufficient, since this would not pass the problem up the component chain... Your insights would be greatly appreciated.