Class NullDicesException

All Implemented Interfaces:
Serializable

public class NullDicesException extends IllegalArgumentException
An exception indicating that a null value was provided for the dices. This exception is thrown when a null value is provided for the dices.
See Also:
  • Constructor Details

    • NullDicesException

      public NullDicesException()
      Constructs a NullDicesException with a default error message. The default error message states that the dices cannot be null.