Class NotEnoughSamplesException

All Implemented Interfaces:
Serializable

public class NotEnoughSamplesException extends SubsetSelectorException
Raised if there aren't enough samples to make a computation.
See Also:
  • Constructor Details

    • NotEnoughSamplesException

      public NotEnoughSamplesException()
      Constructor.
    • NotEnoughSamplesException

      public NotEnoughSamplesException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • NotEnoughSamplesException

      public NotEnoughSamplesException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • NotEnoughSamplesException

      public NotEnoughSamplesException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.