Class ConvergenceException

  • All Implemented Interfaces:
    java.io.Serializable, MathThrowable

    public class ConvergenceException
    extends MathIllegalStateException
    Error thrown when a numerical computation can not be performed because the numerical result failed to converge to a finite value.
    Since:
    2.2
    See Also:
    Serialized Form
    • Constructor Detail

      • ConvergenceException

        public ConvergenceException()
        Construct the exception.
      • ConvergenceException

        public ConvergenceException​(Localizable specific)
        Construct the exception with a specific context.
        Parameters:
        specific - Specific contexte pattern.
      • ConvergenceException

        public ConvergenceException​(Localizable specific,
                                    java.lang.Object... args)
        Construct the exception with a specific context and arguments.
        Parameters:
        specific - Specific contexte pattern.
        args - Arguments.