Uses of Enum Class
cloud.opencode.base.expression.sandbox.SandboxException.ViolationType
Packages that use SandboxException.ViolationType
-
Uses of SandboxException.ViolationType in cloud.opencode.base.expression.sandbox
Subclasses with type arguments of type SandboxException.ViolationType in cloud.opencode.base.expression.sandboxModifier and TypeClassDescriptionstatic enumViolation Type Enum 违规类型枚举Methods in cloud.opencode.base.expression.sandbox that return SandboxException.ViolationTypeModifier and TypeMethodDescriptionSandboxException.getViolationType()Get the violation type 获取违规类型Returns the enum constant of this class with the specified name.static SandboxException.ViolationType[]SandboxException.ViolationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.expression.sandbox with parameters of type SandboxException.ViolationTypeModifierConstructorDescriptionSandboxException(String message, SandboxException.ViolationType violationType, String violatedResource) Create sandbox exception with violation type 创建带违规类型的沙箱异常