Added in API level 11
Summary:
Ctors
| Inherited Methods
SQLiteBindOrColumnIndexOutOfRangeException
public
class
SQLiteBindOrColumnIndexOutOfRangeException
extends SQLiteException
java.lang.Object | ||||||
↳ | java.lang.Throwable | |||||
↳ | java.lang.Exception | |||||
↳ | java.lang.RuntimeException | |||||
↳ | android.database.SQLException | |||||
↳ | android.database.sqlite.SQLiteException | |||||
↳ | android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException |
Thrown if the bind or column parameter index is out of range.
Summary
Public constructors | |
---|---|
SQLiteBindOrColumnIndexOutOfRangeException()
|
|
SQLiteBindOrColumnIndexOutOfRangeException(String error)
|
Inherited methods | |
---|---|
Public constructors
SQLiteBindOrColumnIndexOutOfRangeException
Added in API level 11
public SQLiteBindOrColumnIndexOutOfRangeException ()
SQLiteBindOrColumnIndexOutOfRangeException
Added in API level 11
public SQLiteBindOrColumnIndexOutOfRangeException (String error)
Parameters | |
---|---|
error |
String |