Documentation of 'org.apache.commons.math.ConvergenceException' Java class
ConvergenceException
org.apache.commons.math

Class ConvergenceException

    • Constructor Detail

      • ConvergenceException

        public ConvergenceException()
        Default constructor.
      • ConvergenceException

        @Deprecated
        public ConvergenceException(java.lang.String pattern,
                                                java.lang.Object... arguments)
        Deprecated. as of 2.2 replaced by ConvergenceException(Localizable, Object...)
        Constructs an exception with specified formatted detail message. Message formatting is delegated to MessageFormat.
        Parameters:
        pattern - format specifier
        arguments - format arguments
        Since:
        1.2
      • ConvergenceException

        public ConvergenceException(Localizable pattern,
                                    java.lang.Object... arguments)
        Constructs an exception with specified formatted detail message. Message formatting is delegated to MessageFormat.
        Parameters:
        pattern - format specifier
        arguments - format arguments
        Since:
        2.2
      • ConvergenceException

        public ConvergenceException(java.lang.Throwable cause)
        Create an exception with a given root cause.
        Parameters:
        cause - the exception or error that caused this exception to be thrown
      • ConvergenceException

        @Deprecated
        public ConvergenceException(java.lang.Throwable cause,
                                                java.lang.String pattern,
                                                java.lang.Object... arguments)
        Constructs an exception with specified formatted detail message and root cause. Message formatting is delegated to MessageFormat.
        Parameters:
        cause - the exception or error that caused this exception to be thrown
        pattern - format specifier
        arguments - format arguments
        Since:
        1.2
      • ConvergenceException

        public ConvergenceException(java.lang.Throwable cause,
                                    Localizable pattern,
                                    java.lang.Object... arguments)
        Constructs an exception with specified formatted detail message and root cause. Message formatting is delegated to MessageFormat.
        Parameters:
        cause - the exception or error that caused this exception to be thrown
        pattern - format specifier
        arguments - format arguments
        Since:
        2.2

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.