Package com.imsl.stat
Class Covariances.MoreObsDelThanEnteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.Covariances.MoreObsDelThanEnteredException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Covariances
Deprecated.
More observations are being deleted from the output covariance matrix
than were originally entered (the corresponding row, column of
the incidence matrix is less than zero).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMoreObsDelThanEnteredException(String message) Deprecated.Constructs aMoreObsDelThanEnteredExceptionobject.MoreObsDelThanEnteredException(String key, Object[] arguments) Deprecated.Constructs aMoreObsDelThanEnteredExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MoreObsDelThanEnteredException
Deprecated.Constructs aMoreObsDelThanEnteredExceptionobject.- Parameters:
message- aStringcontaining the error message
-
MoreObsDelThanEnteredException
Deprecated.Constructs aMoreObsDelThanEnteredExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-