Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
RuntimeExceptions und BeanFieldgroup
Hallo zusammen,
Ich habe ein problem mit den RuntimeExceptions die von meinem Backend geworfen werden und der BeanFieldgroup.
Beim auftreten einer RuntimeException wirft die BeanFieldgroup eine CommitException, diese fang ich und geb Sie in einer Notification aus. Zusätzlich aber kennzeichneit die BeanFieldGroup das Feld mit einem Roten Ausrufezeichen.
Wenn ich mit der Maus über dieses Ausrufezeichen fahr, seh ich aber nicht meine Exception message sondern den gesamten stacktrace (methodPropertyException......).
Wie kann ich nun die Message der RuntimeException dort anzeigen lassen?