jsci.maths
Class MaximumIterationsExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jsci.maths.MaximumIterationsExceededException
- All Implemented Interfaces:
- Serializable
public final class MaximumIterationsExceededException
- extends Exception
This exception occurs when a numerical algorithm exceeds it maximum number of allowable iterations.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MaximumIterationsExceededException
public MaximumIterationsExceededException()
- Constructs a MaximumIterationsExceededException with no detail message.
MaximumIterationsExceededException
public MaximumIterationsExceededException(String s)
- Constructs a MaximumIterationsExceededException with the specified detail message.
jHepWork 3.1 ©