Package com.imsl.stat
Class CategoricalGenLinModel.ClassificationVariableLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.CategoricalGenLinModel.ClassificationVariableLimitException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CategoricalGenLinModel
public static class CategoricalGenLinModel.ClassificationVariableLimitException
extends IMSLException
The Classification Variable limit set by the user through
setUpperBound has been exceeded.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassificationVariableLimitException(int maxcl) Constructs aClassificationVariableLimitException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassificationVariableLimitException
public ClassificationVariableLimitException(int maxcl) Constructs aClassificationVariableLimitException.- Parameters:
maxcl- Anintwhich specifies the upper bound.
-