All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.maths.statistics.OutOfRangeException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----java.lang.IllegalArgumentException
                                   |
                                   +----JSci.maths.statistics.OutOfRangeException

public class OutOfRangeException
extends IllegalArgumentException
This exception occurs if an argument in a statistics function is out-of-range.


Constructor Index

 o OutOfRangeException()
Constructs an OutOfRangeException with no detail message.
 o OutOfRangeException(String)
Constructs an OutOfRangeException with the specified detail message.

Constructors

 o OutOfRangeException
 public OutOfRangeException()
Constructs an OutOfRangeException with no detail message.

 o OutOfRangeException
 public OutOfRangeException(String s)
Constructs an OutOfRangeException with the specified detail message.


All Packages  Class Hierarchy  This Package  Previous  Next  Index