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

SQLiteException

public class SQLiteException extends android.database.SQLException
A SQLite exception that indicates there was an error with SQL parsing or execution.

Fields Summary
Constructors Summary
public SQLiteException()

public SQLiteException(String error)

        super(error);
    
Methods Summary