Class NullDicesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
io.github.mathieusoysal.exception.NullDicesException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionConstructs a NullDicesException with a default error message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NullDicesException
public NullDicesException()Constructs a NullDicesException with a default error message. The default error message states that the dices cannot be null.
-