Class JSci.maths.MaximumIterationsExceededException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JSci.maths.MaximumIterationsExceededException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----JSci.maths.MaximumIterationsExceededException

public final class MaximumIterationsExceededException
extends Exception
This exception occurs when a numerical algorithm exceeds it maximum number of allowable iterations.

Constructor Index

 o MaximumIterationsExceededException()
Constructs a MaximumIterationsExceededException with no detail message.
 o MaximumIterationsExceededException(String)
Constructs a MaximumIterationsExceededException with the specified detail message.

Constructors

 o MaximumIterationsExceededException
  public MaximumIterationsExceededException()
Constructs a MaximumIterationsExceededException with no detail message.
 o MaximumIterationsExceededException
  public MaximumIterationsExceededException(String s)
Constructs a MaximumIterationsExceededException with the specified detail message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index