Uses of Enum Class
cloud.opencode.base.rules.exception.OpenRulesException.RuleErrorType
Packages that use OpenRulesException.RuleErrorType
Package
Description
Rule Exceptions - Exception Classes
规则异常 - 异常类
-
Uses of OpenRulesException.RuleErrorType in cloud.opencode.base.rules.exception
Subclasses with type arguments of type OpenRulesException.RuleErrorType in cloud.opencode.base.rules.exceptionModifier and TypeClassDescriptionstatic enumRule Error Type Enumeration 规则错误类型枚举Methods in cloud.opencode.base.rules.exception that return OpenRulesException.RuleErrorTypeModifier and TypeMethodDescriptionOpenRulesException.errorType()Gets the type of rule error that occurred 获取发生的规则错误类型Returns the enum constant of this class with the specified name.static OpenRulesException.RuleErrorType[]OpenRulesException.RuleErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.rules.exception with parameters of type OpenRulesException.RuleErrorTypeModifierConstructorDescriptionOpenRulesException(OpenRulesException.RuleErrorType errorType, String message) Constructs a new rules exception with error type and message 使用错误类型和消息构造新的规则异常OpenRulesException(String message, String ruleName, OpenRulesException.RuleErrorType errorType) Constructs a new rules exception with full details 使用完整详情构造新的规则异常OpenRulesException(String message, String ruleName, OpenRulesException.RuleErrorType errorType, Throwable cause) Constructs a new rules exception with full details and cause 使用完整详情和原因构造新的规则异常