SQLiteDoneExceptionpublic class SQLiteDoneException extends SQLiteException An exception that indicates that the SQLite program is done.
Thrown when an operation that expects a row (such as {@link
SQLiteStatement#simpleQueryForString} or {@link
SQLiteStatement#simpleQueryForLong}) does not get one. |
Constructors Summary |
---|
public SQLiteDoneException()
| public SQLiteDoneException(String error)
super(error);
|
|