jora
Class NoCurrentObjectError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--jora.NoCurrentObjectError

public class NoCurrentObjectError
extends java.lang.Error

Error raised when update/remove operation is applied to cursor with no current object (before first call of next() method).

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait