I confirm that the exceptions thrown by the table listener are just caught, in order not to interrupt the operations, but then they are discarded.
Admittedly, this was taken from the java version of the library, where exceptions have to be declared and no exception is allowed to the listeners.

Did you expect, for instance, that an exception on the table listener would be notified in the ConnectionListener?