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

public static class Covariances.NonnegativeFreqException extends IMSLException
Frequencies must be nonnegative.
See Also:
  • Constructor Details

    • NonnegativeFreqException

      public NonnegativeFreqException(String message)
      Constructs a NonnegativeFreqException object.
      Parameters:
      message - a String containing the error message
    • NonnegativeFreqException

      public NonnegativeFreqException(String key, Object[] arguments)
      Constructs a NonnegativeFreqException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string