SQLiteBindOrColumnIndexOutOfRangeExceptionpublic class SQLiteBindOrColumnIndexOutOfRangeException extends SQLiteException Thrown if the the bind or column parameter index is out of range |
Constructors Summary |
---|
public SQLiteBindOrColumnIndexOutOfRangeException()
| public SQLiteBindOrColumnIndexOutOfRangeException(String error)
super(error);
|
|