ERROR - CloneNotSupportedException - Possible Causes of CloneNotSupportedException


Exception Thrown By:Cause
ClassPackageMethod
AbstractMap java.utilpublic String toString()if the object's class does not support the Cloneable interface
DefaultFormatter javax.swingpublic Object clone()if the object's class does not support the Cloneable interface
DefaultListSelectionModel javax.swingpublic Object clone()if the selection model does notboth (a) implement the Cloneable interface and (b) define aclone method
DefaultTreeSelectionModel javax.swingpublic Object clone()never thrown by instances of this class
InternationalFormatter javax.swingpublic Object clone()if the object's class does not support the Cloneable interface
Mac javax.cryptopublic final Object clone()if this is called on a delegate that does not support Cloneable
MacSpi javax.cryptopublic Object clone()if this is called on an implementation that does not support Cloneable
MessageDigest java.securitypublic Object clone()if this is called on an implementation that does not support Cloneable
MessageDigestSpi java.securitypublic Object clone()if this is called on an implementation that does not support Cloneable