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 |
|---|
PredictiveModelException(String message)
Constructs a
PredictiveModelException and issues the
specified message. |
PredictiveModelException(String packageName,
String key,
Object[] arguments) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PredictiveModelException(String message)
PredictiveModelException and issues the
specified message.message - a String that contains a message to be
issued when the exception occursCopyright © 2020 Rogue Wave Software. All rights reserved.