59606162636465
if (move.getKIFForm().equalsIgnoreCase(moveString)) { return move; } } throw new NoLegalMoveException("move \"" + moveString + "\" not found in legal moves!"); }