Class ConvergenceException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class ConvergenceException extends MathIllegalStateException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalStateException
Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
See Also:
  • Constructor Details

    • ConvergenceException

      public ConvergenceException()
      Deprecated.
      Construct the exception.
    • ConvergenceException

      public ConvergenceException(Localizable pattern, Object... args)
      Deprecated.
      Construct the exception with a specific context and arguments.
      Parameters:
      pattern - Message pattern providing the specific context of the error.
      args - Arguments.