Uses of Enum Class
cloud.opencode.base.feature.exception.FeatureErrorCode
Packages that use FeatureErrorCode
-
Uses of FeatureErrorCode in cloud.opencode.base.feature.exception
Subclasses with type arguments of type FeatureErrorCode in cloud.opencode.base.feature.exceptionMethods in cloud.opencode.base.feature.exception that return FeatureErrorCodeModifier and TypeMethodDescriptionFeatureException.getFeatureErrorCode()Get the feature error code 获取功能错误码static FeatureErrorCodeReturns the enum constant of this class with the specified name.static FeatureErrorCode[]FeatureErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.feature.exception with parameters of type FeatureErrorCodeModifierConstructorDescriptionFeatureConfigException(String message, FeatureErrorCode errorCode) Create config exception with message and error code 使用消息和错误码创建配置异常FeatureException(String message, FeatureErrorCode errorCode) Create exception with message and error code 使用消息和错误码创建异常FeatureException(String message, Throwable cause, String featureKey, FeatureErrorCode errorCode) Create exception with all parameters 使用所有参数创建异常FeatureSecurityException(String message, FeatureErrorCode errorCode) Create security exception with message and error code 使用消息和错误码创建安全异常FeatureStoreException(String message, Throwable cause, String featureKey, FeatureErrorCode errorCode) Create store exception with all parameters 使用所有参数创建存储异常