Uses of Enum Class
cloud.opencode.base.yml.exception.YmlSecurityException.SecurityViolationType
Packages that use YmlSecurityException.SecurityViolationType
Package
Description
YML Exception Classes - YAML processing exception hierarchy
YML 异常类 - YAML 处理异常层次结构
-
Uses of YmlSecurityException.SecurityViolationType in cloud.opencode.base.yml.exception
Subclasses with type arguments of type YmlSecurityException.SecurityViolationType in cloud.opencode.base.yml.exceptionModifier and TypeClassDescriptionstatic enumSecurity Violation Type - Types of security violations 安全违规类型 - 安全违规的类型Methods in cloud.opencode.base.yml.exception that return YmlSecurityException.SecurityViolationTypeModifier and TypeMethodDescriptionYmlSecurityException.getType()Gets the security violation type.Returns the enum constant of this class with the specified name.YmlSecurityException.SecurityViolationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.yml.exception with parameters of type YmlSecurityException.SecurityViolationTypeModifierConstructorDescriptionYmlSecurityException(YmlSecurityException.SecurityViolationType type, String message) Constructs a security exception with type and message.YmlSecurityException(YmlSecurityException.SecurityViolationType type, String message, Throwable cause) Constructs a security exception with type, message and cause.