ribasco / ucgdisplay

A character/graphics lcd library for single board computers (e.g. Raspberry Pi) written in Java. Provides drivers for graphics monochrome display devices (lcd, oled, e-ink etc) powered by U8g2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught exceptions should be propagated

ribasco opened this issue · comments

In U8g2EventDispatcher, if a listener throws an exception and is propagated to the event dispatcher, the exception will only get logged and not propagated.