Class COM.odi.coll.DuplicateKeyException

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

public class DuplicateKeyException
extends CollectionException
Thrown when there is an attempt to add an entry to a dictionary with SIGNAL_DUP_KEYS, and an existing entry has the same key as the key being inserted. You can invoke Dictionary_String.countValues() or Dictionary_int.countValues() to determine how many occurrences of a particular key are in the dictionary.



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