JSci.maths
Class MaximumIterationsExceededException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byJSci.maths.MaximumIterationsExceededException
All Implemented Interfaces:
java.io.Serializable

public final class MaximumIterationsExceededException
extends java.lang.Exception

This exception occurs when a numerical algorithm exceeds it maximum number of allowable iterations.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MaximumIterationsExceededException()
          Constructs a MaximumIterationsExceededException with no detail message.
MaximumIterationsExceededException(java.lang.String s)
          Constructs a MaximumIterationsExceededException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.