Uses of Class
top.focess.qq.api.util.yaml.YamlLoadException
-
Packages that use YamlLoadException Package Description top.focess.qq.api.util.config top.focess.qq.api.util.yaml -
-
Uses of YamlLoadException in top.focess.qq.api.util.config
Constructors in top.focess.qq.api.util.config that throw YamlLoadException Constructor Description Config(@Nullable File file)Loads the configuration from the given file Note: if the file is null or not exists, it will create an empty configuration.DefaultConfig(File file)LangConfig(File file) -
Uses of YamlLoadException in top.focess.qq.api.util.yaml
Methods in top.focess.qq.api.util.yaml that throw YamlLoadException Modifier and Type Method Description static YamlConfigurationYamlConfiguration. loadFile(@NonNull File file)Load the file as a YAML configuration
-