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




_______________________________________________
equinox-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Reply via email to