Uses of Class
cloud.opencode.base.core.exception.OpenUnsupportedOperationException
Packages that use OpenUnsupportedOperationException
Package
Description
Common exception types for the OpenCode Base framework.
-
Uses of OpenUnsupportedOperationException in cloud.opencode.base.core.exception
Methods in cloud.opencode.base.core.exception that return OpenUnsupportedOperationExceptionModifier and TypeMethodDescriptionOpenUnsupportedOperationException.immutable()Creates 创建"不可变对象"异常OpenUnsupportedOperationException.notImplemented(String methodName) Creates 创建"未实现"异常OpenUnsupportedOperationException.readOnly()Creates 创建"只读"异常OpenUnsupportedOperationException.unsupported(String operation) Creates 创建"不支持的操作"异常OpenUnsupportedOperationException.unsupportedType(Class<?> type) Creates 创建"不支持的类型"异常