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

Back to the top