FileDocCategorySizeDatePackage
SQLiteDoneException.javaAPI DocAndroid 1.5 API1072Wed May 06 22:41:54 BST 2009android.database.sqlite

SQLiteDoneException

public 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.

Fields Summary
Constructors Summary
public SQLiteDoneException()

public SQLiteDoneException(String error)

        super(error);
    
Methods Summary