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 | |
|---|---|
            CursorIndexOutOfBoundsException(index: Int, size: Int) | 
        |
            CursorIndexOutOfBoundsException(message: String!) | 
        |
Public constructors
CursorIndexOutOfBoundsException
Added in API level 1
      CursorIndexOutOfBoundsException(
index: Int,
size: Int)
CursorIndexOutOfBoundsException
Added in API level 1
      CursorIndexOutOfBoundsException(message: String!)