I'm making the GUI for flipping puzzle :)
[puzzles.git] / src / com / github / puzzles / core / RectangularPuzzleIndexOutOfBoundsException.java
blob4abb4b4d91cd05a61ee731997f5c6aff9192516a
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
14 RuntimeException {
16 /**
19 private static final long serialVersionUID = -3574940876834216117L;