FileDocCategorySizeDatePackage
SQLiteException.javaAPI DocAndroid 5.1 API1048Thu Mar 12 22:22:10 GMT 2015android.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);
    
public SQLiteException(String error, Throwable cause)

        super(error, cause);
    
Methods Summary