Back to project page Timetable.
The source code is released under:
GNU General Public License
If you think the Android project Timetable 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.timetable.android; /* w w w . j a va 2 s . co m*/ public class IllegalEventDataException extends Exception{ /** * */ private static final long serialVersionUID = -6515663823607585327L; public IllegalEventDataException(String message) { super(message); } public IllegalEventDataException() { super(); } }