Package com.imsl.stat
Class CategoricalGenLinModel.RankDeficientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.CategoricalGenLinModel.RankDeficientException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CategoricalGenLinModel
The model has been determined to be rank deficient.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RankDeficientException
public RankDeficientException(int rank) Constructs aRankDeficientException.- Parameters:
rank- Anintwhich specifies the rank of the model.
-