Uses of Class
org.ini4j.ConfigParser.InterpolationException

Packages that use ConfigParser.InterpolationException
org.ini4j [ini4j] main package 
 

Uses of ConfigParser.InterpolationException in org.ini4j
 

Subclasses of ConfigParser.InterpolationException in org.ini4j
static class ConfigParser.InterpolationMissingOptionException
           
 

Methods in org.ini4j that throw ConfigParser.InterpolationException
 String ConfigParser.get(String section, String option)
           
 String ConfigParser.get(String section, String option, boolean raw)
           
 String ConfigParser.get(String sectionName, String optionName, boolean raw, Map<String,String> variables)
           
 boolean ConfigParser.getBoolean(String section, String option)
           
 double ConfigParser.getDouble(String section, String option)
           
 float ConfigParser.getFloat(String section, String option)
           
 int ConfigParser.getInt(String section, String option)
           
 long ConfigParser.getLong(String section, String option)
           
 



Copyright © 2011. All Rights Reserved.