Back to project page numbers-game.
The source code is released under:
GNU General Public License
If you think the Android project numbers-game listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.ngame.utils; // www . j a va 2 s . c om public class EndOfLevelException extends Exception { public EndOfLevelException() { // TODO Auto-generated constructor stub } public EndOfLevelException(String detailMessage) { super(detailMessage); // TODO Auto-generated constructor stub } }