Class InvalidSubsetRangeException

All Implemented Interfaces:
Serializable

public class InvalidSubsetRangeException extends SubsetSelectorException
Raised if provided range of samples to pick subsets from is invalid.
See Also:
  • Constructor Details

    • InvalidSubsetRangeException

      public InvalidSubsetRangeException()
      Constructor.
    • InvalidSubsetRangeException

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

      public InvalidSubsetRangeException(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.
    • InvalidSubsetRangeException

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