java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.CloneNotSupportedException
试图使用类 Object 中 clone 方法拷贝一个没有实现 Cloneable 接口的对象时,抛出的异常。
覆盖了 clone 方法的应用程序也可能抛出此异常,表示不能或不应复制某对象。
CloneNotSupportedException。
CloneNotSupportedException。
public CloneNotSupportedException()
CloneNotSupportedException。
public CloneNotSupportedException(String s)
CloneNotSupportedException。
![]()