Uses of Class java.lang.CloneNotSupportedException

Uses in package javax.crypto

Methods which throw type java.lang.CloneNotSupportedException

Object
Clone this instance, if the underlying implementation supports it.
Object
Returns a clone of this instance if cloning is supported.

Uses in package java.awt.datatransfer

Methods which throw type java.lang.CloneNotSupportedException

Object
Returns a copy of this object.

Uses in package javax.swing.tree

Methods which throw type java.lang.CloneNotSupportedException

Object
Creates a clone of this DefaultTreeSelectionModel with the same selection.

Uses in package java.lang

Methods which throw type java.lang.CloneNotSupportedException

Object
Cloning of enumeration constants is prevented, to maintain their singleton status.
Object
This method may be called to create a new copy of the Object.

Uses in package java.security

Methods which throw type java.lang.CloneNotSupportedException

Object
We override clone here to make it accessible for use by DummyKeyPairGenerator.
Object
Returns a clone of this instance if cloning is supported.
Object
Returns a clone of this class.
Object
Returns a clone of this instance.
Object
Returns a clone of this instance.

Uses in package java.rmi.server

Classes derived from java.lang.CloneNotSupportedException

class
Thrown if a remote exception occurs during the cloning process of a UnicastRemoteObject.

Methods which throw type java.lang.CloneNotSupportedException

Object

Uses in package java.util

Methods which throw type java.lang.CloneNotSupportedException

Object
Create a shallow copy of this Map, no keys or values are copied.

Uses in package javax.swing.text

Methods which throw type java.lang.CloneNotSupportedException

Object
Creates and returns a clone of this DefaultFormatter.
Object
This creates and returns a clone of this Formatter.

Uses in package javax.swing

Methods which throw type java.lang.CloneNotSupportedException

Object
Returns a clone of the action.
Object
Returns a clone of this object.
Object
Clones the AbstractFormatter and removes the association to any particular JFormattedTextField.