Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / util / InvalidDateException.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/util/InvalidDateException.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/util/InvalidDateException.java
new file mode 100644 (file)
index 0000000..62384ee
--- /dev/null
@@ -0,0 +1,17 @@
+// InvalidDateException.java\r
+// $Id: InvalidDateException.java,v 1.1 2010/06/15 12:25:41 smhuang Exp $\r
+// (c) COPYRIGHT MIT, INRIA and Keio, 2000.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+package org.w3c.util;\r
+\r
+/**\r
+ * @version $Revision: 1.1 $\r
+ * @author  Benoît Mahé (bmahe@w3.org)\r
+ */\r
+public class InvalidDateException extends Exception {\r
+\r
+    public InvalidDateException(String msg) {\r
+       super(msg);\r
+    }\r
+    \r
+}\r