Back to project page RealTextView.
The source code is released under:
Apache License
If you think the Android project RealTextView 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.hardsoftstudio.real.textview.exceptions; /*from w w w.j a v a 2 s. c o m*/ /** * Created by Marcel on 07/10/2014. */ public class RealHtmlTextViewException extends RuntimeException { public RealHtmlTextViewException(String detailMessage) { super(detailMessage); } }