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