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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CategoricalGenLinModel.ClassificationVariableValueException
public CategoricalGenLinModel.ClassificationVariableValueException(int index,
int value)
- Constructs a
ClassificationVariableValueException
.
- Parameters:
index
- An int
which specifies the index of a
classification variable.value
- An int
which specifies the number of
distinct values that can be taken by this
classification variable.
Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.