| public class java.lang CloneNotSupportedException
|
Java SE 6 |
clone method in class
Object has been called to clone an object, but that
the object's class does not implement the Cloneable
interface.
Applications that override the clone method can also
throw this exception to indicate that an object could not or
should not be cloned.
| version | 1.12, 11/17/05 |
| since | JDK1.0 |
| See also | java.lang.Cloneable, clone() |
| Constructors | |||
|---|---|---|---|
| public | CloneNotSupportedException() Constructs a CloneNotSupportedException with no
detail message.
| ||
| public | CloneNotSupportedException(String s) Details
Constructs a CloneNotSupportedException with the
specified detail message.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|