Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / mcr-test / src / edu / tamu / aser / rvtest / account / Failable.java
diff --git a/JMCR-Stable/mcr-test/src/edu/tamu/aser/rvtest/account/Failable.java b/JMCR-Stable/mcr-test/src/edu/tamu/aser/rvtest/account/Failable.java
new file mode 100644 (file)
index 0000000..ad3f5e5
--- /dev/null
@@ -0,0 +1,14 @@
+package edu.tamu.aser.rvtest.account;
+
+
+public class Failable {
+
+    public Failable() {
+        super();
+    }
+
+    protected void fail(String reason) {
+        throw new RuntimeException(reason);
+    }
+
+}
\ No newline at end of file