All Packages Class Hierarchy This Package Previous Next Index
Class array.InvalidArrayIndexException
java.lang.Object
|
+----java.lang.Throwable
|
+----array.InvalidArrayIndexException
- public final class InvalidArrayIndexException
- extends Throwable
InvalidArrayIndexException = thrown if an index vector used to
access an element of the array does not have the right number
of elements. The length of an index vector must be equal to
the rank of the array.
-
InvalidArrayIndexException()
-
InvalidArrayIndexException
public InvalidArrayIndexException()
All Packages Class Hierarchy This Package Previous Next Index