com.odi
Class BadArrayDimensionsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.SchemaException
                      extended bycom.odi.BadArrayDimensionsException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.