|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
comirva.audio.util.kmeans.InvalidClusteringException
public class InvalidClusteringException
Invalid Clustering Exception
Description:
This exception indicates, that no vaild result for the called method exists, because the clustering is not vaild. In most cases this means, that there is no clustering of the data up to now.
Constructor Summary | |
---|---|
InvalidClusteringException()
Creates a InvalidClustering Exception. |
|
InvalidClusteringException(java.lang.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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvalidClusteringException()
public InvalidClusteringException(java.lang.String msg)
msg
- String the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |