Package com.imsl.stat
Class ARMAMaxLikelihood.NonInvertibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.ARMAMaxLikelihood.NonInvertibleException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ARMAMaxLikelihood
The solution is noninvertible.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonInvertibleException(String message) Constructs aNonInvertibleexception with the specified detail message.NonInvertibleException(String key, Object[] arguments) Constructs aNonInvertibleExceptionexception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonInvertibleException
Constructs aNonInvertibleexception with the specified detail message. A detail message is aStringexception that describes this particular exception.- Parameters:
message- An input string containing the detail message.
-
NonInvertibleException
Constructs aNonInvertibleExceptionexception 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.
-