Package com.imsl.stat
Class StepwiseRegression.CyclingIsOccurringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.StepwiseRegression.CyclingIsOccurringException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- StepwiseRegression
Cycling is occurring.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCyclingIsOccurringException(int nStep) Constructs aCyclingIsOccurringException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclingIsOccurringException
public CyclingIsOccurringException(int nStep) Constructs aCyclingIsOccurringException.- Parameters:
nStep- anintwhich specifies the number of steps taken.
-