TsBiff 1.3


Uses of Class
ts.config.ConfigException

Packages that use ConfigException
ts   
ts.biff   
ts.config   
 

Uses of ConfigException in ts
 

Methods in ts that throw ConfigException
protected  Biff Arch.createBiff()
          Assembly the Main application window and return it.
protected  void Arch.loadUserConfiguration()
          Load the users local control file into Config.
protected  void Arch.setUI()
          Set the Pluggable Look and Feel and default UI properties.
 

Uses of ConfigException in ts.biff
 

Methods in ts.biff that throw ConfigException
static FetchAgent MailUtil.getFetchAgent()
          Get user prefered Fetch Agent
static java.io.File Util.getUserConfigFile()
          Returns a users local controlfile or null if it does not exist.
 

Uses of ConfigException in ts.config
 

Methods in ts.config that throw ConfigException
 void Config.load(java.io.File file)
          Load properties from file.
 void Config.load(java.lang.String file)
          Load properties from file using filename as locator
 void Config.save(java.io.File file)
          Save properties to the submitted File
 void Config.save(java.lang.String file)
          Save properties to the submitted filename
 


TsBiff 1.3