Stay organized with collections
Save and categorize content based on your preferences.
SQLiteBindOrColumnIndexOutOfRangeException
open class SQLiteBindOrColumnIndexOutOfRangeException : SQLiteException
Thrown if the bind or column parameter index is out of range.
Summary
Public constructors
SQLiteBindOrColumnIndexOutOfRangeException
SQLiteBindOrColumnIndexOutOfRangeException()
SQLiteBindOrColumnIndexOutOfRangeException
SQLiteBindOrColumnIndexOutOfRangeException(error: String!)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# SQLiteBindOrColumnIndexOutOfRangeException\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nSQLiteBindOrColumnIndexOutOfRangeException\n==========================================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/database/sqlite/SQLiteBindOrColumnIndexOutOfRangeException \"View this page in Java\") \n\n```\nopen class SQLiteBindOrColumnIndexOutOfRangeException : SQLiteException\n```\n\n|---|---|---|---|---|---|-------------------------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||||||\n| ↳ | [kotlin.Throwable](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-throwable/index.html) ||||||\n| | ↳ | [java.lang.Exception](../../../java/lang/Exception.html#) |||||\n| | | ↳ | [java.lang.RuntimeException](../../../java/lang/RuntimeException.html#) ||||\n| | | | ↳ | [android.database.SQLException](../SQLException.html#) |||\n| | | | | ↳ | [android.database.sqlite.SQLiteException](/reference/kotlin/android/database/sqlite/SQLiteException) ||\n| | | | | | ↳ | [android.database.sqlite.SQLiteBindOrColumnIndexOutOfRangeException](#) |\n\nThrown if the bind or column parameter index is out of range.\n\nSummary\n-------\n\n| Public constructors ||\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| [SQLiteBindOrColumnIndexOutOfRangeException](#SQLiteBindOrColumnIndexOutOfRangeException())`()` \u003cbr /\u003e |\n| [SQLiteBindOrColumnIndexOutOfRangeException](#SQLiteBindOrColumnIndexOutOfRangeException(kotlin.String))`(`error:` `[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!`)` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### SQLiteBindOrColumnIndexOutOfRangeException\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nSQLiteBindOrColumnIndexOutOfRangeException()\n``` \n\n### SQLiteBindOrColumnIndexOutOfRangeException\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nSQLiteBindOrColumnIndexOutOfRangeException(error: String!)\n```"]]