Back to project page umbrella.alert.
The source code is released under:
GNU General Public License
If you think the Android project umbrella.alert 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 macbury.umbrella.providers; //w w w . jav a 2 s.c o m /** * Created by macbury on 27.08.14. */ public class ForecastProviderError extends Exception { public ForecastProviderError(String detailMessage) { super(detailMessage, null); } }