Package com.imsl.stat
Class Covariances.DiffObsDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.Covariances.DiffObsDeletedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Covariances
Deprecated.
Different observations are being deleted from return matrix than were
originally entered.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiffObsDeletedException(String message) Deprecated.Constructs aDiffObsDeletedExceptionobject.DiffObsDeletedException(String key, Object[] arguments) Deprecated.Constructs aDiffObsDeletedExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DiffObsDeletedException
Deprecated.Constructs aDiffObsDeletedExceptionobject.- Parameters:
message- aStringcontaining the error message
-
DiffObsDeletedException
Deprecated.Constructs aDiffObsDeletedExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-