Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'JCL/converterJclMin13/src/java/lang/RuntimeException.java')
-rw-r--r--JCL/converterJclMin13/src/java/lang/RuntimeException.java12
1 files changed, 12 insertions, 0 deletions
diff --git a/JCL/converterJclMin13/src/java/lang/RuntimeException.java b/JCL/converterJclMin13/src/java/lang/RuntimeException.java
new file mode 100644
index 0000000000..3d94712d7f
--- /dev/null
+++ b/JCL/converterJclMin13/src/java/lang/RuntimeException.java
@@ -0,0 +1,12 @@
+package java.lang;
+
+public class RuntimeException extends Exception {
+
+ public RuntimeException(java.lang.String s) {
+ // TODO Auto-generated constructor stub
+ }
+
+ public RuntimeException() {
+ // TODO Auto-generated constructor stub
+ }
+}

Back to the top