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 | ||||
An exception indicating that a cursor is out of bounds.
Summary
Public constructors | |
|---|---|
CursorIndexOutOfBoundsException(int index, int size)
|
|
CursorIndexOutOfBoundsException(String message)
|
|
Inherited methods | |
|---|---|
java.lang.Throwable
| |
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 |
Interfaces
Classes
- AbstractCursor
- AbstractCursor.SelfContentObserver
- AbstractWindowedCursor
- CharArrayBuffer
- ContentObservable
- ContentObserver
- CrossProcessCursorWrapper
- CursorJoiner
- CursorWindow
- CursorWrapper
- DatabaseUtils
- DatabaseUtils.InsertHelper
- DataSetObservable
- DataSetObserver
- DefaultDatabaseErrorHandler
- MatrixCursor
- MatrixCursor.RowBuilder
- MergeCursor
- Observable
Enums
Exceptions


