Module it.polimi.ingsw.am13
Class InvalidCoordinatesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.polimi.ingsw.am13.model.exceptions.ModelException
it.polimi.ingsw.am13.model.exceptions.InvalidCoordinatesException
- All Implemented Interfaces:
Serializable
Represents invalid game coordinates, that is coordinates whose sum is not a multiple of 2, or more generically
game coordinates used improperly during the game itself.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCoordinatesException
public InvalidCoordinatesException()
-