public static class PredictiveModel.SumOfProbabilitiesNotOneException extends PredictiveModel.PredictiveModelException
| Constructor and Description |
|---|
SumOfProbabilitiesNotOneException(String message)
Constructs a
SumOfProbabilitiesNotOneException and
issues the specified message |
SumOfProbabilitiesNotOneException(String key,
Object[] arguments)
Constructs a
SumOfProbabilitiesNotOneException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SumOfProbabilitiesNotOneException(String message)
SumOfProbabilitiesNotOneException and
issues the specified messagemessage - a String that contains a message to be
issued when the exception occurspublic SumOfProbabilitiesNotOneException(String key, Object[] arguments)
SumOfProbabilitiesNotOneException with the
specified detail message. The error message string is in a resource
bundle, ErrorMessages.key - a String that contains the key of an error
message in the resource bundlearguments - an Object array containing arguments
used within the error message specified by the keyCopyright © 2020 Rogue Wave Software. All rights reserved.