Class CombinatoricsException

All Implemented Interfaces:
Serializable

class CombinatoricsException extends IllegalArgumentException
Package private exception class with constants for frequently used messages.
  • Field Details

  • Constructor Details

    • CombinatoricsException

      CombinatoricsException(String message, Object... formatArguments)
      Create an exception where the message is constructed by applying String.format(String, Object...).
      Parameters:
      message - Exception message format string
      formatArguments - Arguments for formatting the message