Package android.database
Class CursorIndexOutOfBoundsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IndexOutOfBoundsException
-
- android.database.CursorIndexOutOfBoundsException
-
- All Implemented Interfaces:
Serializable
public class CursorIndexOutOfBoundsException extends IndexOutOfBoundsException
An exception indicating that a cursor is out of bounds.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CursorIndexOutOfBoundsException(int index, int size)CursorIndexOutOfBoundsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CursorIndexOutOfBoundsException
public CursorIndexOutOfBoundsException(int index, int size)
-
CursorIndexOutOfBoundsException
public CursorIndexOutOfBoundsException(String message)
-
-