Package com.imsl.stat
Class GARCH.ConstrInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.GARCH.ConstrInconsistentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GARCH
The equality constraints are inconsistent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstrInconsistentException(String message) Constructs aConstrInconsistentExceptionobject.ConstrInconsistentException(String key, Object[] arguments) Constructs aConstrInconsistentExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConstrInconsistentException
Constructs aConstrInconsistentExceptionobject.- Parameters:
message- aStringcontaining the error message
-
ConstrInconsistentException
Constructs aConstrInconsistentExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-