Package com.imsl.stat

Class GARCH.EqConstrInconsistentException

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

public static class GARCH.EqConstrInconsistentException extends IMSLException
The equality constraints and the bounds on the variables are found to be inconsistent.
See Also:
  • Constructor Details

    • EqConstrInconsistentException

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

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