Package com.imsl.stat

Class ARMAMaxLikelihood.NonInvertibleException

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

public static class ARMAMaxLikelihood.NonInvertibleException extends IMSLException
The solution is noninvertible.
See Also:
  • Constructor Details

    • NonInvertibleException

      public NonInvertibleException(String message)
      Constructs a NonInvertible exception with the specified detail message. A detail message is a String exception that describes this particular exception.
      Parameters:
      message - An input string containing the detail message.
    • NonInvertibleException

      public NonInvertibleException(String key, Object[] arguments)
      Constructs a NonInvertibleException exception 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.