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 Details

    • ClassificationVariableLimitException

      public ClassificationVariableLimitException(int maxcl)
      Constructs a ClassificationVariableLimitException.
      Parameters:
      maxcl - An int which specifies the upper bound.