Class ConvergenceFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unijena.cheminf.clustering.art2a.exceptions.ConvergenceFailedException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConvergenceFailedException
public ConvergenceFailedException()Constructor. -
ConvergenceFailedException
Constructor.- Parameters:
anErrorMessage
- error message is displayed, when the exception is thrown.
-