Uses of Class
cloud.opencode.base.yml.exception.YmlPathException
Packages that use YmlPathException
Package
Description
YML Exception Classes - YAML processing exception hierarchy
YML 异常类 - YAML 处理异常层次结构
-
Uses of YmlPathException in cloud.opencode.base.yml.exception
Methods in cloud.opencode.base.yml.exception that return YmlPathExceptionModifier and TypeMethodDescriptionstatic YmlPathExceptionYmlPathException.indexOutOfBounds(String path, int index, int size) Creates an exception for index out of bounds.static YmlPathExceptionYmlPathException.typeMismatch(String path, String expected, String actual) Creates an exception for type mismatch.