Added in API level 1

CursorIndexOutOfBoundsException


open class CursorIndexOutOfBoundsException : IndexOutOfBoundsException
kotlin.Any
   โ†ณ kotlin.Throwable
   โ†ณ java.lang.Exception
   โ†ณ java.lang.RuntimeException
   โ†ณ java.lang.IndexOutOfBoundsException
   โ†ณ android.database.CursorIndexOutOfBoundsException

An exception indicating that a cursor is out of bounds.

Summary

Public constructors

Public constructors

CursorIndexOutOfBoundsException

Added in API level 1
CursorIndexOutOfBoundsException(
    index: Int,
    size: Int)

CursorIndexOutOfBoundsException

Added in API level 1
CursorIndexOutOfBoundsException(message: String!)