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 the format() method from java.text.MessageFormat.
      Parameters:
      message - Exception message with replaceable parameters.
      formatArguments - 1rguments for formatting the message.