Hello there. Can anyone help me understand how I ...
# tornadofx
w
Hello there. Can anyone help me understand how I should handle errors in tornadofx? How does event filtering work?
a
What kind of errors are you talking about? You should not propagate errors through event loop.
b
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
"Can anyone help me understand how I should handle errors in tornadofx? How does event filtering work?" These are two completely unrelated questions.