Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / tools / offline / browse / InvalidStoreException.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/offline/browse/InvalidStoreException.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/offline/browse/InvalidStoreException.java
new file mode 100644 (file)
index 0000000..d77e9aa
--- /dev/null
@@ -0,0 +1,19 @@
+// InvalidStore.java\r
+// $Id: InvalidStoreException.java,v 1.1 2010/06/15 12:21:51 smhuang Exp $\r
+// (c) COPYRIGHT MIT and INRIA, 2002.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.tools.offline.browse;\r
+\r
+/**\r
+ * The store is not valid (missing repository file...) .\r
+ */\r
+public class InvalidStoreException extends Exception {\r
+\r
+    public InvalidStoreException( String msg) {\r
+               super("reading store failed: "+msg);\r
+    }\r
+\r
+}\r
+\r
+\r