Uses of Class
com.plotsquared.core.configuration.InvalidConfigurationException
Packages that use InvalidConfigurationException
-
Uses of InvalidConfigurationException in com.plotsquared.core.configuration.file
Methods in com.plotsquared.core.configuration.file that throw InvalidConfigurationExceptionModifier and TypeMethodDescriptionvoid
Loads this FileConfiguration from the specified location.void
Loads this FileConfiguration from the specified reader.abstract void
FileConfiguration.loadFromString
(String contents) Loads this FileConfiguration from the specified string, as opposed to from file.void
YamlConfiguration.loadFromString
(String contents)