Package com.imsl.stat

Class ClusterKMeans.NonnegativeWeightException

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

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

    • NonnegativeWeightException

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

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