Skip to content

Why not use android.database.SQLException? #223

Closed
@greenrobot

Description

@greenrobot

When switching from the system's SQLite to SQLCipher, one of the more obvious behavioral changes is exception handling. Apps that work with android.database.SQLException or one of its subclasses have to be changed. The compiler won't complain because those are runtime exceptions.

That's why I wanted to ask if SQLCipher could use the standard exceptions for better compatibility. The standard constructors are public: http://developer.android.com/intl/in/reference/android/database/sqlite/SQLiteException.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions