Package mastermind.core.solvers
Class InvalidHintsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
mastermind.core.solvers.InvalidHintsException
- All Implemented Interfaces:
Serializable
Exception thrown when the hints provided to a solver are invalid.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new InvalidHintsException with the specified detail 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
-
InvalidHintsException
Constructs a new InvalidHintsException with the specified detail message.- Parameters:
s
- the detail message
-