Class SubsetSelectorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSubsetRangeException, InvalidSubsetSizeException, NotEnoughSamplesException

public class SubsetSelectorException extends NumericalException
Raised if subset selection of samples fails.
See Also:
  • Constructor Details

    • SubsetSelectorException

      public SubsetSelectorException()
      Constructor.
    • SubsetSelectorException

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

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

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