Package com.imsl.stat
Class CategoricalGenLinModel.ClassificationVariableValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.CategoricalGenLinModel.ClassificationVariableValueException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CategoricalGenLinModel
public static class CategoricalGenLinModel.ClassificationVariableValueException
extends IMSLException
The number of distinct values for each Classification Variable must be
greater than 1.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassificationVariableValueException(int index, int value) Constructs aClassificationVariableValueException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassificationVariableValueException
public ClassificationVariableValueException(int index, int value) Constructs aClassificationVariableValueException.- Parameters:
index- Anintwhich specifies the index of a classification variable.value- Anintwhich specifies the number of distinct values that can be taken by this classification variable.
-