try {
handler.handle(new ActionEvent(this, null));
} catch (Exception ex) {
ex.printStackTrace();
}
handler.handle(new ActionEvent(this, null));
} catch (Exception ex) {
ex.printStackTrace();
}
- duplicates
-
JDK-8092780 Unexpected RuntimeException from ActionEvent is uncatchable
-
- Closed
-
- relates to
-
JDK-8119105 Still cannot rely on Thread.setDefaultUncaughtExceptionHandler() to work with JavaFX App Thread.
-
- Resolved
-
-
JDK-8100937 Allow application to catch exceptions thrown by FX application thread with an UncaughtExceptionHandler
-
- Resolved
-