Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] how to aggregate and report exceptions ?


Hello,

having an application that consists of a couple of bundles, is there any way to get informed about exceptions that are thrown during runtime? I'm looking for a feature to trace exceptions (any kind of subset would be a good start, e.g. checked/unchecked), getting notified somehow, and do some centralized reporting afterwards. I don't want to touch all single try/catch blocks in my application to enrich them with further functionality, rather I'm interested in a cross-cutting way to solve this. Is there any functionality, or a design pattern/platform idiom available to solve this? Thank you!!


Regards
Michael






Back to the top