CursorRangeError class

An error indicating that a cursor is out of bounds.

A counterpart of CursorIndexOutOfBoundsException https://developer.android.com/reference/android/database/CursorIndexOutOfBoundsException

Inheritance

Constructors

CursorRangeError(String message)
Crerates cursor range error.

Properties

end num?
The maximum value that value is allowed to assume.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
invalidValue num?
The invalid value.
no setterinherited
message → dynamic
Message describing the problem.
finalinherited
name String?
Name of the invalid argument, if available.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited
start num?
The minimum value that value is allowed to assume.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited