Documentation of 'jhplot.math.num.ConvergenceException' Java class.
ConvergenceException
jhplot.math.num

Class 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

      Constructors 
      Constructor and Description
      ConvergenceException(java.lang.String message)
      Create an execption with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.

DMelt 3.0 © DataMelt by jWork.ORG