at.tuwien.ifs.somtoolbox.visualization.clustering
Class MoreCentresThanKException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.tuwien.ifs.somtoolbox.SOMToolboxException
              extended by at.tuwien.ifs.somtoolbox.visualization.clustering.MoreCentresThanKException
All Implemented Interfaces:
Serializable

public class MoreCentresThanKException
extends SOMToolboxException

In case anyone dares to set more centres for a K-Means guy -- that's what you're gonna get.

Version:
$Id: MoreCentresThanKException.java 3358 2010-02-11 14:35:07Z mayer $
Author:
Robert Neumayer
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
MoreCentresThanKException()
           
MoreCentresThanKException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

MoreCentresThanKException

public MoreCentresThanKException()

MoreCentresThanKException

public MoreCentresThanKException(String message)