Class COM.odi.coll.CollectionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.odi.ObjectStoreException
|
+----COM.odi.coll.CollectionException
- public class CollectionException
- extends ObjectStoreException
- implements CPlusPlusException
CollectionException is the superclass of collection-related
exceptions, although not all collection-related exceptions inherit from
CollectionException. ObjectStore sometimes uses exceptions from
java.lang or java.util in the collection implementation.
This occurs when they are the
natural choice, given the collection-like facilities that already exist in
java.util.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.