Uses of Enum Class
cloud.opencode.base.xml.exception.XmlSecurityException.SecurityViolationType
Packages that use XmlSecurityException.SecurityViolationType
Package
Description
XML Exception Classes - Exception hierarchy for XML operations
XML 异常类 - XML 操作的异常层次结构
-
Uses of XmlSecurityException.SecurityViolationType in cloud.opencode.base.xml.exception
Subclasses with type arguments of type XmlSecurityException.SecurityViolationType in cloud.opencode.base.xml.exceptionModifier and TypeClassDescriptionstatic enumSecurity Violation Type Enumeration 安全违规类型枚举Methods in cloud.opencode.base.xml.exception that return XmlSecurityException.SecurityViolationTypeModifier and TypeMethodDescriptionXmlSecurityException.getType()Returns the type of security violation.Returns the enum constant of this class with the specified name.XmlSecurityException.SecurityViolationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cloud.opencode.base.xml.exception with parameters of type XmlSecurityException.SecurityViolationTypeModifierConstructorDescriptionXmlSecurityException(XmlSecurityException.SecurityViolationType type, String message) Constructs a security exception with violation type and message.XmlSecurityException(XmlSecurityException.SecurityViolationType type, String message, Throwable cause) Constructs a security exception with violation type, message and cause.