Package com.imsl.stat

Class ClusterKMeans.NonnegativeFreqException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.ClusterKMeans.NonnegativeFreqException
All Implemented Interfaces:
Serializable
Enclosing class:
ClusterKMeans

public static class ClusterKMeans.NonnegativeFreqException extends IMSLException
Deprecated.
No longer used, replaced with an IllegalArgumentException.
Frequencies must be nonnegative.
See Also:
  • Constructor Details

    • NonnegativeFreqException

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

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