the need is to bubble exceptions from the table listener implementations that are passed in when a table is subscribed to.

consider if my table listener has trouble deserializing some data received from the server and throws an exception; must i really write an out of band mechanism to have access to those exceptions?