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