Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / www / protocol / http / proxy / RuleParserException.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/www/protocol/http/proxy/RuleParserException.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/www/protocol/http/proxy/RuleParserException.java
new file mode 100644 (file)
index 0000000..da4874d
--- /dev/null
@@ -0,0 +1,17 @@
+// RuleParserException.java\r
+// $Id: RuleParserException.java,v 1.1 2010/06/15 12:28:32 smhuang Exp $\r
+// (c) COPYRIGHT MIT and INRIA, 1998.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.www.protocol.http.proxy ;\r
+/**\r
+ * Exception thrown when parsing the rule file fails.\r
+ */\r
+\r
+public class RuleParserException extends Exception {\r
+\r
+    public RuleParserException(String msg) {\r
+       super(msg);\r
+    }\r
+\r
+}\r