comirva.audio.util.kmeans
Class InvalidClusteringException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by comirva.audio.util.kmeans.InvalidClusteringException
All Implemented Interfaces:
Serializable

public class InvalidClusteringException
extends RuntimeException

Invalid Clustering Exception

Description:

This exception indicates, that no valid result for the called method exists, because the clustering is not valid. In most cases this means, that there is no clustering of the data up to now.

See Also:
Serialized Form

Constructor Summary
InvalidClusteringException()
          Creates a InvalidClustering Exception.
InvalidClusteringException(String msg)
          Creates a InvalidClustering Exception with a specific 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
 

Constructor Detail

InvalidClusteringException

public InvalidClusteringException()
Creates a InvalidClustering Exception.


InvalidClusteringException

public InvalidClusteringException(String msg)
Creates a InvalidClustering Exception with a specific message.

Parameters:
msg - String the message