Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR 216 (Maintenance Release)

Uses of Class
java.lang.CloneNotSupportedException

Packages that use CloneNotSupportedException
java.awt.datatransfer Provides interfaces and classes for transferring data between and within applications. 
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.security Provides the classes and interfaces for the security framework. 
java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). 
 

Uses of CloneNotSupportedException in java.awt.datatransfer
 

Methods in java.awt.datatransfer that throw CloneNotSupportedException
 Object DataFlavor.clone()
          Returns a clone of this DataFlavor.
 

Uses of CloneNotSupportedException in java.lang
 

Methods in java.lang that throw CloneNotSupportedException
protected  Object Object.clone()
          Creates and returns a copy of this object.
 

Uses of CloneNotSupportedException in java.security
 

Methods in java.security that throw CloneNotSupportedException
 Object SignatureSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object MessageDigest.clone()
          Returns a clone if the implementation is cloneable.
 Object MessageDigestSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object Signature.clone()
          Returns a clone if the implementation is cloneable.
 

Uses of CloneNotSupportedException in java.util
 

Methods in java.util that throw CloneNotSupportedException
protected  Object AbstractMap.clone()
          Returns a shallow copy of this AbstractMap instance: the keys and values themselves are not cloned.
 


JSR 216 (Maintenance Release)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 216 specification.