Package com.imsl.stat
Class EmpiricalQuantiles.ScaleFactorZeroException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.EmpiricalQuantiles.ScaleFactorZeroException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EmpiricalQuantiles
The computations cannot continue because a scale factor is zero.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScaleFactorZeroException
public ScaleFactorZeroException(int index) Constructs aScaleFactorZeroException.- Parameters:
index- Anintwhich specifies the index of the scale factor array at which scale factor is zero.
-