Uses of Class
org.bukkit.configuration.InvalidConfigurationException

Packages that use InvalidConfigurationException
org.bukkit.configuration.file Classes dedicated facilitating configurations to be read and stored on the filesystem. 
 

Uses of InvalidConfigurationException in org.bukkit.configuration.file
 

Methods in org.bukkit.configuration.file that throw InvalidConfigurationException
 void FileConfiguration.load(File file)
          Loads this FileConfiguration from the specified location.
 void FileConfiguration.load(InputStream stream)
          Deprecated. This does not consider encoding
 void FileConfiguration.load(Reader reader)
          Loads this FileConfiguration from the specified reader.
 void FileConfiguration.load(String file)
          Loads this FileConfiguration from the specified location.
abstract  void FileConfiguration.loadFromString(String contents)
          Loads this FileConfiguration from the specified string, as opposed to from file.
 void YamlConfiguration.loadFromString(String contents)
           
 



Copyright © 2014. All rights reserved.