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) |
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.Copyright © 1970-2015 Rogue Wave Software
Built October 13 2015.