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
The equality constraints and the bounds on the variables are
found to be inconsistent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEqConstrInconsistentException(String message) Constructs aEqConstrInconsistentExceptionobject.EqConstrInconsistentException(String key, Object[] arguments) Constructs aEqConstrInconsistentExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EqConstrInconsistentException
Constructs aEqConstrInconsistentExceptionobject.- Parameters:
message- aStringcontaining the error message
-
EqConstrInconsistentException
Constructs aEqConstrInconsistentExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-