Uses of Class
cloud.opencode.base.deepclone.exception.OpenDeepCloneException
Packages that use OpenDeepCloneException
-
Uses of OpenDeepCloneException in cloud.opencode.base.deepclone.exception
Methods in cloud.opencode.base.deepclone.exception that return OpenDeepCloneExceptionModifier and TypeMethodDescriptionstatic OpenDeepCloneExceptionOpenDeepCloneException.circularReference(Class<?> type, String path) Creates an exception for circular reference detection 创建循环引用检测的异常static OpenDeepCloneExceptionOpenDeepCloneException.fieldAccessFailed(String field, Class<?> type, Throwable cause) Creates an exception for field access failure 创建字段访问失败的异常static OpenDeepCloneExceptionOpenDeepCloneException.instantiationFailed(Class<?> type, Throwable cause) Creates an exception for instantiation failure 创建实例化失败的异常static OpenDeepCloneExceptionOpenDeepCloneException.maxDepthExceeded(int depth, String path) Creates an exception for exceeding maximum clone depth 创建超过最大克隆深度的异常static OpenDeepCloneExceptionOpenDeepCloneException.serializationFailed(Class<?> type, Throwable cause) Creates an exception for serialization failure 创建序列化失败的异常static OpenDeepCloneExceptionOpenDeepCloneException.unsupportedType(Class<?> type) Creates an exception for unsupported type 创建不支持类型的异常