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
There is a cluster with no points
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterNoPointsException(String message) Constructs aClusterNoPointsExceptionobject.ClusterNoPointsException(String key, Object[] arguments) Constructs aClusterNoPointsExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusterNoPointsException
Constructs aClusterNoPointsExceptionobject.- Parameters:
message- aStringcontaining the error message
-
ClusterNoPointsException
Constructs aClusterNoPointsExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-