jsci.maths
Class MaximumIterationsExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jsci.maths.MaximumIterationsExceededException
-
- All Implemented Interfaces:
- java.io.Serializable
public final class MaximumIterationsExceededException extends java.lang.ExceptionThis exception occurs when a numerical algorithm exceeds it maximum number of allowable iterations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description MaximumIterationsExceededException()Constructs a MaximumIterationsExceededException with no detail message.MaximumIterationsExceededException(java.lang.String s)Constructs a MaximumIterationsExceededException with the specified detail message.
-
-
-
Constructor Detail
-
MaximumIterationsExceededException
public MaximumIterationsExceededException()
Constructs a MaximumIterationsExceededException with no detail message.
-
MaximumIterationsExceededException
public MaximumIterationsExceededException(java.lang.String s)
Constructs a MaximumIterationsExceededException with the specified detail message.
-
-
DMelt 3.0 © DataMelt by jWork.ORG