Class COM.odi.SegmentNotFoundException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----COM.odi.ObjectStoreException
|
+----COM.odi.SegmentException
|
+----COM.odi.SegmentNotFoundException
- public final class SegmentNotFoundException
- extends SegmentException
Thrown when an entry point is called that attempts to use a segment that has
never been created or has been destroyed.
You can invoke
Segment.isDestroyed()
to determine whether or not a segment has been destroyed.
Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.