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

Back to the top