Back to project page MagicViews.
The source code is released under:
Apache License
If you think the Android project MagicViews 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.ivankocijan.magicviews; //from w w w .j a v a 2 s . c o m /** * @author Koc * ivan.kocijan@infinum.hr * @since 19.12.14. */ public class MagicViewsNotInitializedException extends RuntimeException { public MagicViewsNotInitializedException (String detailMessage) { super(detailMessage); } }