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 ww w.jav a2 s .c o m*/ /** * Created by ivankocijan on 18.05.2014.. */ class FontNotFoundException extends RuntimeException { public FontNotFoundException (String detailMessage) { super(detailMessage); } }