Package com.imsl.stat
Class MultiCrossCorrelation.NonPosVariancesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.MultiCrossCorrelation.NonPosVariancesException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MultiCrossCorrelation
The problem is ill-conditioned.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonPosVariancesException(String message) Constructs aNonPosVariancesExceptionobject.NonPosVariancesException(String key, Object[] arguments) Constructs aNonPosVariancesExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonPosVariancesException
Constructs aNonPosVariancesExceptionobject.- Parameters:
message- aStringcontaining the error message
-
NonPosVariancesException
Constructs aNonPosVariancesExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-