android/codelab-android-room-with-a-view

how to catch exception while computing database live data

sirhu123 opened this issue · 1 comments

the Dao return a LiveData when query, but how can i catch the exception when it occur some errors such like SQLiteCantOpenDatabaseException

+1 for error catching specifically to LiveData