Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.util.IniMissingSectionException

Packages that use IniMissingSectionException
ORG.oclc.ber   
ORG.oclc.util   
 

Uses of IniMissingSectionException in ORG.oclc.ber
 

Methods in ORG.oclc.ber that throw IniMissingSectionException
 boolean BerProperties.getBooleanValue(String sectionName, String key)
           
 byte BerProperties.getByteValue(String sectionName, String key)
           
 double BerProperties.getDoubleValue(String sectionName, String key)
           
 float BerProperties.getFloatValue(String sectionName, String key)
           
 int BerProperties.getIntValue(String sectionName, String key)
           
 long BerProperties.getLongValue(String sectionName, String key)
           
 short BerProperties.getShortValue(String sectionName, String key)
           
 String BerProperties.getStringValue(String sectionName, String key)
           
 

Uses of IniMissingSectionException in ORG.oclc.util
 

Methods in ORG.oclc.util that throw IniMissingSectionException
 String IniFile.getStringValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 int IniFile.getIntValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 float IniFile.getFloatValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 boolean IniFile.getBooleanValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 byte IniFile.getByteValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 short IniFile.getShortValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 long IniFile.getLongValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 double IniFile.getDoubleValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 String RichProperties.getStringValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 int RichProperties.getIntValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 float RichProperties.getFloatValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 boolean RichProperties.getBooleanValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 byte RichProperties.getByteValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 short RichProperties.getShortValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 long RichProperties.getLongValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 double RichProperties.getDoubleValue(String mainKey, String subKey)
          Given a section name, return the value specified for the input key
 


Open SiteSearch 4.1.1
Final