Class GammaException

All Implemented Interfaces:
Serializable

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

    • OUT_OF_RANGE

      static final String OUT_OF_RANGE
      Error message for "out of range" condition.
      See Also:
    • serialVersionUID

      private static final long serialVersionUID
      Serializable version identifier.
      See Also:
  • Constructor Details

    • GammaException

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