Searched refs:CursorIndexOutOfBoundsException (Results 1 – 9 of 9) sorted by relevance
22 public class CursorIndexOutOfBoundsException extends IndexOutOfBoundsException { class24 public CursorIndexOutOfBoundsException(int index, int size) { in CursorIndexOutOfBoundsException() method in CursorIndexOutOfBoundsException28 public CursorIndexOutOfBoundsException(String message) { in CursorIndexOutOfBoundsException() method in CursorIndexOutOfBoundsException
66 throw new CursorIndexOutOfBoundsException("Requested column: " in get()70 throw new CursorIndexOutOfBoundsException("Before first row."); in get()73 throw new CursorIndexOutOfBoundsException("After last row."); in get()216 throw new CursorIndexOutOfBoundsException( in add()
460 throw new CursorIndexOutOfBoundsException(mPos, getCount()); in checkPosition()
22 import android.database.CursorIndexOutOfBoundsException;163 } catch (CursorIndexOutOfBoundsException ex) { in testCursor1()201 } catch (CursorIndexOutOfBoundsException ex) { in testCursor1()218 } catch (CursorIndexOutOfBoundsException ex) { in testCursor2()230 } catch (CursorIndexOutOfBoundsException ex) { in testCursor2()
877 android.database.CursorIndexOutOfBoundsException
1170 android.database.CursorIndexOutOfBoundsException
9474 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {9475 ctor public CursorIndexOutOfBoundsException(int, int);9476 ctor public CursorIndexOutOfBoundsException(java.lang.String);
11506 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {11507 ctor public CursorIndexOutOfBoundsException(int, int);11508 ctor public CursorIndexOutOfBoundsException(java.lang.String);
12286 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {12287 ctor public CursorIndexOutOfBoundsException(int, int);12288 ctor public CursorIndexOutOfBoundsException(java.lang.String);