Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'JCL/converterJclMin10/src/java/lang/RuntimeException.java')
-rw-r--r--JCL/converterJclMin10/src/java/lang/RuntimeException.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/JCL/converterJclMin10/src/java/lang/RuntimeException.java b/JCL/converterJclMin10/src/java/lang/RuntimeException.java
new file mode 100644
index 0000000000..3be7f777cc
--- /dev/null
+++ b/JCL/converterJclMin10/src/java/lang/RuntimeException.java
@@ -0,0 +1,4 @@
+package java.lang;
+
+public class RuntimeException extends Exception {
+}

Back to the top