Uses of Class
cloud.opencode.base.yml.exception.YmlSecurityException
Packages that use YmlSecurityException
Package
Description
YML Exception Classes - YAML processing exception hierarchy
YML 异常类 - YAML 处理异常层次结构
-
Uses of YmlSecurityException in cloud.opencode.base.yml.exception
Methods in cloud.opencode.base.yml.exception that return YmlSecurityExceptionModifier and TypeMethodDescriptionstatic YmlSecurityExceptionYmlSecurityException.aliasLimitExceeded(int count, int limit) Creates an exception for alias limit exceeded.static YmlSecurityExceptionYmlSecurityException.documentSizeExceeded(long size, long limit) Creates an exception for document size exceeded.static YmlSecurityExceptionYmlSecurityException.forbiddenType(String typeName) Creates an exception for forbidden type.static YmlSecurityExceptionYmlSecurityException.nestingDepthExceeded(int depth, int limit) Creates an exception for nesting depth exceeded.static YmlSecurityExceptionYmlSecurityException.unsafeType(String typeName) Creates an exception for unsafe type.