Added in API level 1

CursorIndexOutOfBoundsException


public class CursorIndexOutOfBoundsException
extends IndexOutOfBoundsException



An exception indicating that a cursor is out of bounds.

Summary

Public constructors

CursorIndexOutOfBoundsException(int index, int size)
CursorIndexOutOfBoundsException(String message)

Inherited methods

Public constructors

CursorIndexOutOfBoundsException

Added in API level 1
public CursorIndexOutOfBoundsException (int index, 
                int size)

Parameters
index int
size int

CursorIndexOutOfBoundsException

Added in API level 1
public CursorIndexOutOfBoundsException (String message)