jhplot.math.num
Class ConvergenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jhplot.math.num.NumericException
                  extended by jhplot.math.num.ConvergenceException
All Implemented Interfaces:
java.io.Serializable

public class ConvergenceException
extends NumericException

The exception raised when an iterative method fails to converge.

See Also:
Serialized Form

Constructor Summary
ConvergenceException(java.lang.String message)
          Create an execption with the given message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConvergenceException

public ConvergenceException(java.lang.String message)
Create an execption with the given message.

Parameters:
message - the reason for the exception.


jHepWork 2.8 (©) S.Chekanov