net.obsearch.exception
Class ClusteringFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.obsearch.exception.OBException
net.obsearch.exception.ClusteringFailedException
- All Implemented Interfaces:
- Serializable
public class ClusteringFailedException
- extends OBException
Exception thrown when a clustering error is signaled.
- Since:
- 0.7
- Author:
- Arnoldo Jose Muller Molina
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ClusteringFailedException
public ClusteringFailedException(String msg)
- Constructor with the msg to be shown to the user.
- Parameters:
msg
- A message that describes the clustering problem to a user.f
Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.