SQLiteExceptionpublic class SQLiteException extends android.database.SQLException A SQLite exception that indicates there was an error with SQL parsing or execution. |
Constructors Summary |
---|
public SQLiteException()
| public SQLiteException(String error)
super(error);
|
|