Class JSci.maths.statistics.OutOfRangeException
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.
-
OutOfRangeException()
- Constructs an OutOfRangeException with no detail message.
-
OutOfRangeException(String)
- Constructs an OutOfRangeException with the specified detail message.
OutOfRangeException
public OutOfRangeException()
- Constructs an OutOfRangeException with no detail message.
OutOfRangeException
public OutOfRangeException(String s)
- Constructs an OutOfRangeException with the specified detail message.
All Packages Class Hierarchy This Package Previous Next Index