Class COM.odi.coll.InvalidCursorException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.odi.ObjectStoreException
|
+----COM.odi.coll.CollectionException
|
+----COM.odi.coll.InvalidCursorException
- public class InvalidCursorException
- extends CollectionException
Thrown when an operation is attempted on an
invalid cursor.
A cursor becomes invalid if the
element to which it points is deleted.
You can invoke
Cursor.isValid()
to determine whether or not a cursor is valid.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.