Added in API level 1
SQLiteDoneException
open class SQLiteDoneException : SQLiteException
An exception that indicates that the SQLite program is done. Thrown when an operation that expects a row (such as android.database.sqlite.SQLiteStatement#simpleQueryForString or android.database.sqlite.SQLiteStatement#simpleQueryForLong) does not get one.
Summary
| Public constructors | |
|---|---|
SQLiteDoneException(error: String!) |
|