net.obsearch.exception
Class KMeansException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.obsearch.exception.OBException
              extended by net.obsearch.exception.KMeansException
All Implemented Interfaces:
Serializable

public class KMeansException
extends OBException

Exception signaled when KMeans fails for some reason.

Since:
0.7
Author:
Arnoldo Jose Muller Molina
See Also:
Serialized Form

Constructor Summary
KMeansException()
          Default constructor.
KMeansException(Exception e)
          Constructor from an exception.
KMeansException(String msg)
          Constructor.
 
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

KMeansException

public KMeansException(String msg)
Constructor.

Parameters:
msg - The message

KMeansException

public KMeansException()
Default constructor.


KMeansException

public KMeansException(Exception e)
Constructor from an exception.

Parameters:
e - An exception released by KMeans.


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.