Back to project page latrobe-datacapture-dir.
The source code is released under:
MIT License
If you think the Android project latrobe-datacapture-dir 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.example.DataCaptureApp.data; /*ww w. ja v a 2s.c o m*/ /** * Created by Tom on 6/09/2014. */ public class FailedInitialisationException extends Exception { public FailedInitialisationException(String msg) { super(msg); } }