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.
| Constructor Summary |
|---|
|
Constructs a CloneNotSupportedException with no
detail message.
|
|
Constructs a CloneNotSupportedException with the
specified detail message.
|
| Methods inherited from java.langObject |
|---|
| Methods inherited from java.langThrowable |
|---|
public CloneNotSupportedException
(
)
CloneNotSupportedException with the
specified detail message.
CloneNotSupportedExceptionwith no detail message.