Package com.imsl.stat
Class Covariances.TooManyObsDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.Covariances.TooManyObsDeletedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Covariances
Deprecated.
More observations have been deleted than were originally entered (the
sum of frequencies has become negative).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTooManyObsDeletedException(String message) Deprecated.Constructs aTooManyObsDeletedExceptionobject.TooManyObsDeletedException(String key, Object[] arguments) Deprecated.Constructs aTooManyObsDeletedExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyObsDeletedException
Deprecated.Constructs aTooManyObsDeletedExceptionobject.- Parameters:
message- aStringcontaining the error message
-
TooManyObsDeletedException
Deprecated.Constructs aTooManyObsDeletedExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-