Most visited

Recently visited

Added in API level 1

CursorIndexOutOfBoundsException

public class CursorIndexOutOfBoundsException
extends IndexOutOfBoundsException

java.lang.Object
    java.lang.Throwable
      java.lang.Exception
        java.lang.RuntimeException
          java.lang.IndexOutOfBoundsException
            android.database.CursorIndexOutOfBoundsException


指示游标超出边界的异常。

摘要(Summary)

Public constructors

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

继承方法(Inherited methods)

From class java.lang.Throwable
From class java.lang.Object

Public constructors

CursorIndexOutOfBoundsException

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

参数(Parameters)
index int
size int

CursorIndexOutOfBoundsException

Added in API level 1
CursorIndexOutOfBoundsException (String message)

参数(Parameters)
message String

Hooray!