public class CloneNotSupportedException extends ChainedRuntimeException
ObjectUtil.clone����������ʱ����������ƵĶ���֧�ָò��������׳����쳣��
ע�⣬��java.lang.CloneNotSupportedException��ͬ�����쳣��RuntimeException������
| 构造器和说明 |
|---|
CloneNotSupportedException()
����һ���յ��쳣.
|
CloneNotSupportedException(String message)
����һ���쳣, ָ���쳣����ϸ��Ϣ.
|
CloneNotSupportedException(String message,
Throwable cause)
����һ���쳣, ָ����������쳣������.
|
CloneNotSupportedException(Throwable cause)
����һ���쳣, ָ����������쳣������.
|
getCause, printCurrentStackTrace, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic CloneNotSupportedException()
public CloneNotSupportedException(String message)
public CloneNotSupportedException(Throwable cause)
Copyright © 2018. All rights reserved.