greenrobot / ObjectBoxRxJava

Optional RxJava 2 APIs for ObjectBox
Apache License 2.0
71 stars 8 forks source link

Exceptions are swallowed #6

Open tadas-subonis opened 6 years ago

tadas-subonis commented 6 years ago

I've got an exception

io.objectbox.exception.DbException: Entity is expected to have a no-arg constructor: Item

but it didn't surface until I've debugged it and captured it at BoxStore.java:670

tadas-subonis commented 6 years ago

It seems that this happens because the exceptions are not handled before they are let go to the ThreadPoolExecutor where they are swallowed.