Module imagingbook.common
Class MaxIterationsExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
imagingbook.common.math.exception.MaxIterationsExceededException
- All Implemented Interfaces:
Serializable
Exception indicating that some predefined number of iterations was exceeded.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaxIterationsExceededException
-
MaxIterationsExceededException
public MaxIterationsExceededException()
-