Class ConvergenceFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unijena.cheminf.clustering.art2a.exceptions.ConvergenceFailedException
All Implemented Interfaces:
Serializable

public class ConvergenceFailedException extends Exception
An exception thrown when convergence fails. This exception occurs when the system is unable to, achieve a convergent state or meet the desired convergence criteria.The ConvergenceFailedException is a special type of Exception and inherits from this class. It can be used to handle convergence failures in order to take appropriate action.
See Also:
  • Constructor Details

    • ConvergenceFailedException

      public ConvergenceFailedException()
      Constructor.
    • ConvergenceFailedException

      public ConvergenceFailedException(String anErrorMessage)
      Constructor.
      Parameters:
      anErrorMessage - error message is displayed, when the exception is thrown.