Package com.imsl.stat

Class ClusterKMeans.ClusterNoPointsException

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

public static class ClusterKMeans.ClusterNoPointsException extends IMSLException
There is a cluster with no points
See Also:
  • Constructor Details

    • ClusterNoPointsException

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

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