Handling uncaught exceptions during event dispatching
John Smith
John_Smith at symantec.com
Tue Jun 4 15:13:43 PDT 2013
RT-30239 "Use Thread.UncaughtExceptionHandler instead of ExceptionDescribe() to report exceptions"
https://javafx-jira.kenai.com/browse/RT-30239
It was fixed by Artem Ananiev for Java 8
It links outstanding:
RT-30369 "Lens: implement RT-30239, Thread.UncaughtExceptionHandler"
https://javafx-jira.kenai.com/browse/RT-30369
I don't know if the Lens Jira is relevant, as I don't know what Lens is, but I'm sure you do.
-----Original Message-----
From: openjfx-dev-bounces at openjdk.java.net [mailto:openjfx-dev-bounces at openjdk.java.net] On Behalf Of Richard Bair
Sent: Tuesday, June 04, 2013 1:38 PM
To: OpenJFX Mailing List
Subject: Handling uncaught exceptions during event dispatching
Hi,
If I wanted to handle all uncaught exceptions that occurred during event dispatch (whether Mouse / Pulse / Key / Runnable / etc), how could I do it? I assume at present we can't. Is there a JIRA already for such a thing that anybody knows of?
Thanks
Richard
More information about the openjfx-dev
mailing list