Package com.imsl.stat

Class ARMA.TooManyITNException

All Implemented Interfaces:
Serializable
Enclosing class:
ARMA

public static class ARMA.TooManyITNException extends IMSLException
Maximum number of iterations exceeded.
See Also:
  • Constructor Details

    • TooManyITNException

      public TooManyITNException(String message)
      Constructs an TooManyITNException with the specified detail message. A detail message is a String that describes this particular exception.
      Parameters:
      message - the detail message
    • TooManyITNException

      public TooManyITNException(String key, Object[] arguments)
      Constructs an TooManyITNException with the specified detail message. The error message string is in a resource bundle, ErrorMessages.
      Parameters:
      key - the key of the error message in the resource bundle
      arguments - an array containing arguments used within the error message string