Adding sliding puzzle, later i will fix flip function arguments.
[puzzles.git] / src / com / github / puzzles / core / RectangularPuzzleIndexOutOfBoundsException.java
blob966e6ee59008b2fba47d0bd58f68d3abb781cc64
1 /*
2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor.
5 */
7 package com.github.puzzles.core;
9 /**
11 * @author root
13 public class RectangularPuzzleIndexOutOfBoundsException extends RuntimeException{