Back to project page Android-Media-Library.
The source code is released under:
Apache License
If you think the Android project Android-Media-Library 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 grevian.MediaLibrary; public class LookupException extends Exception { private static final long serialVersionUID = -8069511109138795672L; public LookupException(String Reason) { super(Reason); } }