All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.math.array.InvalidArrayIndexException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----com.ibm.math.array.InvalidArrayIndexException

public final class InvalidArrayIndexException
extends RuntimeException
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.


Constructor Index

 o InvalidArrayIndexException()
Constructs a InvalidArrayIndexException with no detail message.
 o InvalidArrayIndexException(String)
Constructs a InvalidArrayIndexException with the specified detail message.

Constructors

 o InvalidArrayIndexException
 public InvalidArrayIndexException()
Constructs a InvalidArrayIndexException with no detail message.

 o InvalidArrayIndexException
 public InvalidArrayIndexException(String s)
Constructs a InvalidArrayIndexException with the specified detail message.

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index