public class CursorIndexOutOfBoundsException
extends IndexOutOfBoundsException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IndexOutOfBoundsException | ||||
| ↳ | android.database.CursorIndexOutOfBoundsException | ||||
指示游标超出边界的异常。
Public constructors |
|
|---|---|
CursorIndexOutOfBoundsException(int index, int size) |
|
CursorIndexOutOfBoundsException(String message) |
|
Inherited methods |
|
|---|---|
java.lang.Throwable
|
|
java.lang.Object
|
|
CursorIndexOutOfBoundsException (int index,
int size)
| Parameters | |
|---|---|
index |
int
|
size |
int
|
CursorIndexOutOfBoundsException (String message)
| Parameters | |
|---|---|
message |
String
|