Package com.imsl.stat

Class ARMAMaxLikelihood.NonStationaryException

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

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

    • NonStationaryException

      public NonStationaryException(String message)
      Constructs a NonStationary 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.
    • NonStationaryException

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