Moyosoft Products | Services | Download | Contact us    
JavaDocPlus
Products  >  JavaDocPlus  >  Online demo    


Latest release




Get a FREE license !
(Special offer, time limited)

Review JavaDocPlus on your blog and we'll give you a free license.

Open source projects licenced under LGPL, EPL, ASL, BSD or MIT can also obtain a free license.

Contact us to check if your project/blog is eligible.

Online demo
JavaDocPlus Demo  |  Show in full page mode
   
Overview  |  
Classic JavaDoc

Class CloneNotSupportedException

java.lang.Objectjava.lang.Throwablejava.lang.Exceptionjava.lang.CloneNotSupportedException


public class CloneNotSupportedException extends Exception

Thrown to indicate that the 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.

Author:
unascribed

Version:
1.11, 12/19/03

See Also:

Since:
JDK1.0

Constructors

public
CloneNotSupportedException ()
Constructs a CloneNotSupportedException with no detail message.
public
CloneNotSupportedException (String s)
Constructs a CloneNotSupportedException with the specified detail message.

Inherited methods

Community comments



Powered by JavaDocPlus