Uses of Class
java.lang.CloneNotSupportedException
| Package | Description | 
|---|---|
| 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.lang.ref | Provides reference-object classes, which support a limited degree
 of interaction with the garbage collector. | 
| java.rmi.server | Provides classes and interfaces for supporting the server
 side of RMI. | 
| java.security | Provides the classes and interfaces for the security framework. | 
| java.util | Contains the collections framework, some internationalization support classes,
 a service loader, properties, random number generation, string parsing
 and scanning classes, base64 encoding and decoding, a bit array, and
 several miscellaneous utility classes. | 
| javax.crypto | Provides the classes and interfaces for cryptographic
 operations. | 
| javax.imageio.plugins.tiff | Public classes used by the built-in TIFF plug-ins. | 
| javax.swing | Provides a set of "lightweight" (all-Java language) components
 that, to the maximum degree possible, work the same on all platforms. | 
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text
 components. | 
| javax.swing.tree | Provides classes and interfaces for dealing with  javax.swing.JTree. | 
- 
Uses of CloneNotSupportedException in java.awt.datatransferMethods in java.awt.datatransfer that throw CloneNotSupportedException Modifier and Type Method Description ObjectDataFlavor. clone()Returns a clone of thisDataFlavor.
- 
Uses of CloneNotSupportedException in java.langMethods in java.lang that throw CloneNotSupportedException Modifier and Type Method Description protected ObjectEnum. clone()Throws CloneNotSupportedException.protected ObjectObject. clone()Creates and returns a copy of this object.protected ObjectThread. clone()Throws CloneNotSupportedException as a Thread can not be meaningfully cloned.
- 
Uses of CloneNotSupportedException in java.lang.refMethods in java.lang.ref that throw CloneNotSupportedException Modifier and Type Method Description protected ObjectReference. clone()ThrowsCloneNotSupportedException.
- 
Uses of CloneNotSupportedException in java.rmi.serverSubclasses of CloneNotSupportedException in java.rmi.server Modifier and Type Class Description classServerCloneExceptionAServerCloneExceptionis thrown if a remote exception occurs during the cloning of aUnicastRemoteObject.Methods in java.rmi.server that throw CloneNotSupportedException Modifier and Type Method Description ObjectUnicastRemoteObject. clone()Returns a clone of the remote object that is distinct from the original.
- 
Uses of CloneNotSupportedException in java.securityMethods in java.security that throw CloneNotSupportedException Modifier and Type Method Description ObjectMessageDigest. clone()Returns a clone if the implementation is cloneable.ObjectMessageDigestSpi. clone()Returns a clone if the implementation is cloneable.ObjectSignature. clone()Returns a clone if the implementation is cloneable.ObjectSignatureSpi. clone()Returns a clone if the implementation is cloneable.
- 
Uses of CloneNotSupportedException in java.utilMethods in java.util that throw CloneNotSupportedException Modifier and Type Method Description protected ObjectAbstractMap. clone()Returns a shallow copy of thisAbstractMapinstance: the keys and values themselves are not cloned.
- 
Uses of CloneNotSupportedException in javax.cryptoMethods in javax.crypto that throw CloneNotSupportedException Modifier and Type Method Description ObjectMac. clone()Returns a clone if the provider implementation is cloneable.ObjectMacSpi. clone()Returns a clone if the implementation is cloneable.
- 
Uses of CloneNotSupportedException in javax.imageio.plugins.tiffMethods in javax.imageio.plugins.tiff that throw CloneNotSupportedException Modifier and Type Method Description TIFFDirectoryTIFFDirectory. clone()Clones the directory and all the fields contained therein.TIFFFieldTIFFField. clone()Clones the field and all the information contained therein.
- 
Uses of CloneNotSupportedException in javax.swingMethods in javax.swing that throw CloneNotSupportedException Modifier and Type Method Description protected ObjectAbstractAction. clone()Clones the abstract action.ObjectDefaultListSelectionModel. clone()Returns a clone of this selection model with the same selection.protected ObjectJFormattedTextField.AbstractFormatter. clone()Clones theAbstractFormatter.
- 
Uses of CloneNotSupportedException in javax.swing.textMethods in javax.swing.text that throw CloneNotSupportedException Modifier and Type Method Description ObjectDefaultFormatter. clone()Creates a copy of the DefaultFormatter.ObjectInternationalFormatter. clone()Creates a copy of the DefaultFormatter.
- 
Uses of CloneNotSupportedException in javax.swing.treeMethods in javax.swing.tree that throw CloneNotSupportedException Modifier and Type Method Description ObjectDefaultTreeSelectionModel. clone()Returns a clone of this object with the same selection.