Package com.imsl.stat

Class CategoricalGenLinModel.DeleteObservationsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.CategoricalGenLinModel.DeleteObservationsException
All Implemented Interfaces:
Serializable
Enclosing class:
CategoricalGenLinModel

public static class CategoricalGenLinModel.DeleteObservationsException extends IMSLException
The number of observations to be deleted (set by setObservationMax) has grown too large.
See Also:
  • Constructor Details

    • DeleteObservationsException

      public DeleteObservationsException(int nmax)
      Constructs a DeleteObservationsException.
      Parameters:
      nmax - An int which specifies the maximum number of observations that can be handled in the linear programming as set by setObservationMax.