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
The number of observations to be deleted (set by
setObservationMax) has grown too large.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteObservationsException(int nmax) Constructs aDeleteObservationsException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeleteObservationsException
public DeleteObservationsException(int nmax) Constructs aDeleteObservationsException.- Parameters:
nmax- Anintwhich specifies the maximum number of observations that can be handled in the linear programming as set bysetObservationMax.
-