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 an "immutable object" exception.OpenUnsupportedOperationException.notImplemented(String methodName) Creates a "not implemented" exception.OpenUnsupportedOperationException.readOnly()Creates a "read-only" exception.OpenUnsupportedOperationException.unsupported(String operation) Creates a generic "unsupported operation" exception.OpenUnsupportedOperationException.unsupportedType(Class<?> type) Creates an "unsupported type" exception.