Package com.imsl.stat

Class GARCH.TooManyIterationsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.GARCH.TooManyIterationsException
All Implemented Interfaces:
Serializable
Enclosing class:
GARCH

public static class GARCH.TooManyIterationsException extends IMSLException
Number of function evaluations exceeded 1000.
See Also:
  • Constructor Details

    • TooManyIterationsException

      public TooManyIterationsException(String message)
      Constructs a TooManyIterationsException object.
      Parameters:
      message - a String containing the error message
    • TooManyIterationsException

      public TooManyIterationsException(String key, Object[] arguments)
      Constructs a TooManyIterationsException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string