Java Platform 1.2
Beta 4

Uses of Class
java.lang.CloneNotSupportedException

Packages that use CloneNotSupportedException
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.tree Provides classes and interfaces for dealing with java.awt.swing. 
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.rmi.server Provides classes and interfaces for supporting the server side of RMI. A group of classes are used by the stubs and skeletons generated by the rmic stub compiler.  
java.security Provides the classes and interfaces for the security framework.  
java.util.mime Provides classes for dealing with MIME (Multipurpose Internet Mail Extension) types (RFC 2045, RFC 2046).  
 

Uses of CloneNotSupportedException in com.sun.java.swing
 

Methods in com.sun.java.swing that throw CloneNotSupportedException
 Object DefaultListSelectionModel.clone()
          Returns a clone of the reciever with the same selection. listenerLists are not duplicated.
 

Uses of CloneNotSupportedException in com.sun.java.swing.tree
 

Methods in com.sun.java.swing.tree that throw CloneNotSupportedException
 Object DefaultTreeSelectionModel.clone()
          Returns a clone of the reciever with the same selection. selectionListeners, and PropertyListeners are not duplicated.
 

Uses of CloneNotSupportedException in java.awt.datatransfer
 

Methods in java.awt.datatransfer that throw CloneNotSupportedException
 Object DataFlavor.clone()
           
 

Uses of CloneNotSupportedException in java.lang
 

Methods in java.lang that throw CloneNotSupportedException
protected  Object Object.clone()
          Creates a new object of the same class as this object.
 

Uses of CloneNotSupportedException in java.rmi.server
 

Subclasses of CloneNotSupportedException in java.rmi.server
  ServerCloneException
           
 

Methods in java.rmi.server that throw CloneNotSupportedException
 Object UnicastRemoteObject.clone()
          Returns a clone of the remote object that is distinct from the original.
 

Uses of CloneNotSupportedException in java.security
 

Methods in java.security that throw CloneNotSupportedException
 Object MessageDigestSpi.clone()
          Returns a clone if the implementation is cloneable.
 Object MessageDigest.clone()
          Returns a clone if the implementation is cloneable.
 Object SignatureSpi.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.mime
 

Methods in java.util.mime that throw CloneNotSupportedException
 Object MimeTypeParameterList.clone()
           
 Object MimeType.clone()
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.