Class COM.odi.BadArrayDimensionsException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.SchemaException
                                           |
                                           +----COM.odi.BadArrayDimensionsException

public final class BadArrayDimensionsException
extends SchemaException
Thrown when an attempt is made to store an array with dimensions greater than the maximum supported. This exception is typically thrown from ClassInfo.createArray() when it is invoked to create an array with dimensions greater than its implementation supports.



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