Making some changes, I added makeCorrectPuzzle method, which i have to
[puzzles.git] / src / com / github / puzzles / core / RectangularPuzzleIndexOutOfBoundsException.java
blob98dcb66885e98232d0dd6ee24dc4f8f64fc2a534
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 {