Class SolverException

All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • SolverException

      SolverException(String message, Object... formatArguments)
      Create an exception where the message is constructed by applying the format() method from String.
      Parameters:
      message - the exception message with replaceable parameters
      formatArguments - the arguments for formatting the message
      See Also: