Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / tools / forms / IllegalFieldValueException.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/forms/IllegalFieldValueException.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/tools/forms/IllegalFieldValueException.java
new file mode 100644 (file)
index 0000000..f2dc27f
--- /dev/null
@@ -0,0 +1,16 @@
+// IllegalFieldValueException.java\r
+// $Id: IllegalFieldValueException.java,v 1.1 2010/06/15 12:27:23 smhuang Exp $\r
+// (c) COPYRIGHT MIT and INRIA, 1996.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.tools.forms ;\r
+\r
+/**\r
+ * This exception is thrown when a field is set to an invalid value.\r
+ */\r
+\r
+public class IllegalFieldValueException extends Exception {\r
+    IllegalFieldValueException (Object arg) {\r
+       super("illegal value: "+arg) ;\r
+    }\r
+}\r