Class InvalidSubsetSizeException

All Implemented Interfaces:
Serializable

public class InvalidSubsetSizeException extends SubsetSelectorException
Raised if an invalid subset size is requested on a subset selector
See Also:
  • Constructor Details

    • InvalidSubsetSizeException

      public InvalidSubsetSizeException()
      Constructor.
    • InvalidSubsetSizeException

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

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

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