Hi,
I’m trying to prevent all annoying exception stacktrace to appear when using the application. I followed the point 4.5.3 Handling Uncaught Exceptions and I thought it was working fine, but today I got an stacktrace following my mouse when working with a form. I got this exception:
Caused by: com.vaadin.data.util.converter.Converter$ConversionException: Unable to convert value of type java.lang.Integer to model type class java.lang.Long. No converter is set and the types are not compatible.
I know how I can solve it, but my concern is why the UI didn’t handle the exception as it does with all other uncaught exceptions. Thank you!