public static class ARMAMaxLikelihood.NonInvertibleException extends IMSLException
Constructor and Description |
---|
NonInvertibleException(String message)
Constructs a
NonInvertible exception with the specified
detail message. |
NonInvertibleException(String key,
Object[] arguments)
Constructs a
NonInvertibleException exception with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NonInvertibleException(String message)
NonInvertible
exception with the specified
detail message. A detail message is a String
exception
that describes this particular exception.message
- An input string containing the detail message.public NonInvertibleException(String key, Object[] arguments)
NonInvertibleException
exception with the
specified detail message. The error message string is in a resource
bundle, ErrorMessages.key
- the key of the error message in the resource bundle.arguments
- an array containing arguments used within the error
message string.Copyright © 2020 Rogue Wave Software. All rights reserved.