All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.math.array.InvalidRangeElementException

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

public final class InvalidRangeElementException
extends RuntimeException
InvalidRangeElementException = thrown if an attempt is made to access an invalid element of a Range. The valid indices for elements are between 0 and Range.length() -1 (inclusive).


Constructor Index

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

Constructors

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

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

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index