package Logic; /** * This exception describes that there was an attempt to make an illegal move. */ public class IllegalMoveException extends RuntimeException { }