All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.math.array.InvalidRangeException

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

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


Constructor Index

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

Constructors

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

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

Parameters:
s - the detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index