Package com.imsl.stat
Class Covariances.NonnegativeFreqException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.Covariances.NonnegativeFreqException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Covariances
Frequencies must be nonnegative.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonnegativeFreqException(String message) Constructs aNonnegativeFreqExceptionobject.NonnegativeFreqException(String key, Object[] arguments) Constructs aNonnegativeFreqExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonnegativeFreqException
Constructs aNonnegativeFreqExceptionobject.- Parameters:
message- aStringcontaining the error message
-
NonnegativeFreqException
Constructs aNonnegativeFreqExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-