FileDocCategorySizeDatePackage
CursorIndexOutOfBoundsException.javaAPI DocAndroid 5.1 API330Sat Mar 14 14:09:36 GMT 2015android.database

CursorIndexOutOfBoundsException

public class CursorIndexOutOfBoundsException extends IndexOutOfBoundsException

Fields Summary
Constructors Summary
public CursorIndexOutOfBoundsException(int index, int size)

 throw new RuntimeException("Stub!"); 
public CursorIndexOutOfBoundsException(String message)

 throw new RuntimeException("Stub!"); 
Methods Summary