Hello there.
Can anyone help me understand how I should handle errors in tornadofx? How does event filtering work?
a
altavir
12/05/2020, 9:30 AM
What kind of errors are you talking about? You should not propagate errors through event loop.
b
Brendan Campbell-hartzell
12/05/2020, 5:00 PM
For the most part, tornadofx will catch and display most errors in a dialog box. You can try changing the JavaFX Thread's UncaughtExceptionHandler to something that does what you want.
m
melatonina
12/06/2020, 6:00 PM
"Can anyone help me understand how I should handle errors in tornadofx? How does event filtering work?"
These are two completely unrelated questions.