Package com.imsl.stat
Class ARMAMaxLikelihood.NonStationaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.ARMAMaxLikelihood.NonStationaryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ARMAMaxLikelihood
The solution is nonstationary.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonStationaryException(String message) Constructs aNonStationaryexception with the specified detail message.NonStationaryException(String key, Object[] arguments) Constructs aNonStationaryexception 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
-
NonStationaryException
Constructs aNonStationaryexception with the specified detail message. A detail message is aStringexception that describes this particular exception.- Parameters:
message- An input string containing the detail message.
-
NonStationaryException
Constructs aNonStationaryexception 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.
-