Packages This Package Prev Next Index
public class java.lang.CloneNotSupportedException extends java.lang.Exception (I-§1.30) { // Constructors public CloneNotSupportedException(); §1.29.1 public CloneNotSupportedException(String s); §1.29.2 }Thrown to indicate that the clone method (I-§1.12.2) in class Object has been called to clone an object, but that the object's class does not implement the Cloneable interface (I-§1.22).
public CloneNotSupportedException()
public CloneNotSupportedException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)