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
72 throw new CursorIndexOutOfBoundsException("Requested column: " in get()76 throw new CursorIndexOutOfBoundsException("Before first row."); in get()79 throw new CursorIndexOutOfBoundsException("After last row."); in get()222 throw new CursorIndexOutOfBoundsException( in add()
515 throw new CursorIndexOutOfBoundsException(mPos, getCount()); in checkPosition()
160 } catch (CursorIndexOutOfBoundsException ex) { in testCursor1()198 } catch (CursorIndexOutOfBoundsException ex) { in testCursor1()215 } catch (CursorIndexOutOfBoundsException ex) { in testCursor2()227 } catch (CursorIndexOutOfBoundsException ex) { in testCursor2()
1061 android.database.CursorIndexOutOfBoundsException
33217 Landroid/database/CursorIndexOutOfBoundsException;
9474 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {9475 ctor public CursorIndexOutOfBoundsException(int, int);9476 ctor public CursorIndexOutOfBoundsException(java.lang.String);
12606 public class CursorIndexOutOfBoundsException extends java.lang.IndexOutOfBoundsException {12607 ctor public CursorIndexOutOfBoundsException(int, int);12608 ctor public CursorIndexOutOfBoundsException(String);