Uses of Class
cloud.opencode.base.core.exception.OpenIllegalStateException
Packages that use OpenIllegalStateException
Package
Description
Common exception types for the OpenCode Base framework.
-
Uses of OpenIllegalStateException in cloud.opencode.base.core.exception
Methods in cloud.opencode.base.core.exception that return OpenIllegalStateExceptionModifier and TypeMethodDescriptionstatic OpenIllegalStateExceptionOpenIllegalStateException.alreadyClosed(String resourceName) Creates 创建"已关闭"异常static OpenIllegalStateExceptionOpenIllegalStateException.alreadyExists(String itemName, Object key) Creates 创建"已存在"异常static OpenIllegalStateExceptionOpenIllegalStateException.invalidState(String expected, String actual) Creates 创建"无效状态"异常static OpenIllegalStateExceptionCreates 创建"未找到"异常static OpenIllegalStateExceptionOpenIllegalStateException.notInitialized(String componentName) Creates 创建"未初始化"异常