public class DatasetCapacityReachedException extends CheckedJaicoreMLException
TimeSeriesDataset is
reached. I.e. the maximum nuber of instances is already contained in the
dataset.| Constructor and Description |
|---|
DatasetCapacityReachedException(java.lang.String message)
Creates a new
DatasetCapacityReachedException with the given
parameters. |
DatasetCapacityReachedException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
DatasetCapacityReachedException with the given
parameters. |
public DatasetCapacityReachedException(java.lang.String message,
java.lang.Throwable cause)
DatasetCapacityReachedException with the given
parameters.message - The message of this Exception.cause - The underlying cause of this Exception.public DatasetCapacityReachedException(java.lang.String message)
DatasetCapacityReachedException with the given
parameters.message - The message of this Exception.