All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.math.array.InvalidIndexException

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

public final class InvalidIndexException
extends RuntimeException
InvalidIndexException = thrown if an attempt is made to create an Index object with invalid elements. All elements of an Index must be nonnegative.


Constructor Index

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

Constructors

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

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

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index