JSci.maths
Class MaximumIterationsExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by JSci.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

Constructor Summary
MaximumIterationsExceededException()
          Constructs a MaximumIterationsExceededException with no detail message.
MaximumIterationsExceededException(java.lang.String s, java.lang.Object value)
          Constructs a MaximumIterationsExceededException with the specified detail message.
 
Method Summary
 java.lang.Object getValue()
          The value of the algorithm just before this exception was thrown.
 
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,
                                          java.lang.Object value)
Constructs a MaximumIterationsExceededException with the specified detail message.

Method Detail

getValue

public java.lang.Object getValue()
The value of the algorithm just before this exception was thrown.