public static class AutoARIMA.NoAcceptableModelFoundException extends IMSLException
| Constructor and Description |
|---|
NoAcceptableModelFoundException(String message)
Constructs a
NoAcceptableModelFoundException exception
with the specified detail message. |
NoAcceptableModelFoundException(String key,
Object[] arguments)
Constructs a
NoAcceptableModelFoundException exception
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoAcceptableModelFoundException(String message)
NoAcceptableModelFoundException exception
with the specified detail message. A detail message is a
String that describes this particular exception.message - the detail message.public NoAcceptableModelFoundException(String key, Object[] arguments)
NoAcceptableModelFoundException 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.