Make sure we handle SQLiteException and other IO errors properly
SQLiteException is a runtime exception, which makes it easy to forget to handle it. This change converts SQLiteExceptions into a checked exception, which is then handled appropriately. PiperOrigin-RevId: 237038793
Showing
with
382 additions
and
202 deletions
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment