Package chemaxon.clustering
Class ClusteringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.clustering.ClusteringException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new instance ofClusteringException
without detail message.Constructs an instance ofClusteringException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusteringException
public ClusteringException()Creates a new instance ofClusteringException
without detail message. -
ClusteringException
Constructs an instance ofClusteringException
with the specified detail message.- Parameters:
msg
- the detail message.
-