Back to project page RoboModel.
The source code is released under:
Apache License
If you think the Android project RoboModel 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.nonninz.robomodel.exceptions; /** * Created by fra on 2/20/14. */ public class DatabaseNotUpToDateException extends Exception { public DatabaseNotUpToDateException(Throwable e) { super(e); } }