public static class PredictiveModel.PredictiveModelException extends IMSLException
PredictiveModel.
The CrossValidation and BootstrapAggregation classes
operate on PredictiveModel objects. These classes, in order
to maintain generality, throw this parent Exception.| Constructor and Description |
|---|
PredictiveModel.PredictiveModelException(String message)
Constructs a
PredictiveModelException and issues the
specified message. |
PredictiveModel.PredictiveModelException(String packageName,
String key,
Object[] arguments)
Constructs a
PredictiveModelException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PredictiveModel.PredictiveModelException(String message)
PredictiveModelException and issues the
specified message.message - a String that contains a message to be
issued when the exception occurs.public PredictiveModel.PredictiveModelException(String packageName, String key, Object[] arguments)
PredictiveModelException with the specified
detail message. The error message string is in a resource bundle,
ErrorMessages.packageName - a String that contains the name of a
package containing the ErrorMessages resource bundle.key - a String that contains the key of an error
message in the resource bundle.arguments - an Object array containing arguments
used within the error message specified by the key.Copyright © 1970-2015 Rogue Wave Software
Built March 24 2015.