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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CategoricalGenLinModel.DeleteObservationsException
public CategoricalGenLinModel.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
.
Copyright © 1970-2008 Visual Numerics, Inc.
Built July 8 2008.