Package com.imsl.stat
Class GARCH.NoVectorXException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.GARCH.NoVectorXException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GARCH
No vector X satisfies all of the constraints.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoVectorXException(String message) Constructs aNoVectorXExceptionobject.NoVectorXException(String key, Object[] arguments) Constructs aNoVectorXExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoVectorXException
Constructs aNoVectorXExceptionobject.- Parameters:
message- aStringcontaining the error message
-
NoVectorXException
Constructs aNoVectorXExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-