Back to project page Castle-Invaders.
The source code is released under:
GNU General Public License
If you think the Android project Castle-Invaders 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.noobygames.utils.exceptions; /*from w w w . j av a2s . c o m*/ public class SliderOutOfBoundingsException extends Exception { /** * */ private static final long serialVersionUID = 1L; public String toString(){ return "Whoops! Slider ran out of its boundings! Sorry :("; } }