public class PredictionException extends CheckedJaicoreMLException
PredictionException indicates that an error occurred during a prediction process. Details concerning the error can be inferred from the associated message.| Constructor and Description |
|---|
PredictionException(java.lang.String message)
Creates a new
PredictionException with the given parameters. |
PredictionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
PredictionException with the given parameters. |
public PredictionException(java.lang.String message,
java.lang.Throwable cause)
PredictionException with the given parameters.message - The message of this Exception.cause - The underlying cause of this Exception.public PredictionException(java.lang.String message)
PredictionException with the given parameters.message - The message of this Exception.