Class DatasetCapacityReachedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DatasetCapacityReachedException
    extends CheckedJaicoreMLException
    Exception that indicates that the capacity of a TimeSeriesDataset is reached. I.e. the maximum nuber of instances is already contained in the dataset.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DatasetCapacityReachedException

        public DatasetCapacityReachedException​(java.lang.String message,
                                               java.lang.Throwable cause)
        Creates a new DatasetCapacityReachedException with the given parameters.
        Parameters:
        message - The message of this Exception.
        cause - The underlying cause of this Exception.
      • DatasetCapacityReachedException

        public DatasetCapacityReachedException​(java.lang.String message)
        Creates a new DatasetCapacityReachedException with the given parameters.
        Parameters:
        message - The message of this Exception.