CloneNotSupportedExceptionNameCloneNotSupportedExceptionSynopsis
DescriptionA CloneNotSupportedException is thrown when the clone() method has been called for an object that does not implement the Cloneable interface and thus cannot be cloned. Class Summary
public class java.lang.CloneNotSupportedException extends java.lang.Exception { // Constructors public CloneNotSupportedException(); public CloneNotSupportedException(String s); } ConstructorsCloneNotSupportedExceptionpublic CloneNotSupportedException()
public CloneNotSupportedException(String s)
Inherited Methods
See AlsoException, Throwable |
|