Class COM.odi.coll.NullCursorException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.coll.CollectionException
                                           |
                                           +----COM.odi.coll.NullCursorException

public class NullCursorException
extends CollectionException
Thrown when an operation requires a nonnull cursor and the cursor is in the null state. A cursor becomes null if it is positioned past the last element, or before the first element. You can invoke Cursor.isNull() to determine whether or not a cursor is null.



Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.