Class ClusteringException

java.lang.Object
java.lang.Throwable
java.lang.Exception
chemaxon.clustering.ClusteringException
All Implemented Interfaces:
Serializable

@PublicApi public class ClusteringException extends Exception
See Also:
  • Constructor Details

    • ClusteringException

      public ClusteringException()
      Creates a new instance of ClusteringException without detail message.
    • ClusteringException

      public ClusteringException(String msg)
      Constructs an instance of ClusteringException with the specified detail message.
      Parameters:
      msg - the detail message.