Uses of Class
com.ccg.io.ConfigException

Packages that use ConfigException
com.ccg.io Input/Output Classes. 
com.ccg.text Text formatting related classes. 
com.ccg.values Value Transfer Classes. 
 

Uses of ConfigException in com.ccg.io
 

Methods in com.ccg.io that throw ConfigException
 ObjectOutputStream ConfigSource.createObjectOutputStream()
          Attempts to open a ObjectOutputStream for the purpose of saving.
 OutputStream ConfigSource.createOutputStream()
          Attempts to open a OutputStream for the purpose of saving.
 PrintWriter ConfigSource.createPrintWriter()
          Attempts to open a PrintWriter for the purpose of saving.
 void Configurable.loadConfig(String name)
          The method to use when the configuration should be loaded from disk.
 Object ConfigSource.loadObject()
          Load a single Object as entire configuration.
 LookupProperties ConfigSource.loadProperties()
          Loads the set of properties which had been previously saved.
 InputStream ConfigSource.openInputStream()
          Attempts to open a InputStream for the purpose of reading.
 LineNumberReader ConfigSource.openLineNumberReader()
          Attempts to open a LineNumberReader for the purpose of reading.
 ObjectInputStream ConfigSource.openObjectInputStream()
          Attempts to open a ObjectInputStream for the purpose of reading.
 int ConfigAttributes.restoreAttributes(Object o, String[] beanNames)
          Load values back into a object that were previously saved.
 void ConfigAttributes.saveAttributes(Object o, String[] beanNames)
          Register a Object and associated set of attributes.
 void Configurable.saveConfig(String name)
          The method to use when the configuration should be saved to disk.
 void ConfigSource.saveObject(Object object)
          Save single Object as entire configuration.
 void ConfigSource.saveProperties(Properties props)
          Saves the set of properties specified in a manner that they can be loaded in the future.
 

Uses of ConfigException in com.ccg.text
 

Methods in com.ccg.text that throw ConfigException
(package private)  void Formats.loadConfig(String name)
           
 

Uses of ConfigException in com.ccg.values
 

Methods in com.ccg.values that throw ConfigException
 Object ValuesFactoryTree.createObjectInstance(String gname, String cname)
          Create a new instance of a object corresponding to a specific group name.
 void ValuesPropertiesAdapter.load(String name)
          Attempts to load a configuration from the specified name.
 void ValuesConfig.load(String name)
          Attempts to load a configuration from the specified name.
 void ValuesConfigBean.load(String name)
          Attempts to load a configuration from the specified name.
 void ValuesPropertiesAdapter.save(String name)
          Saves the current configuration in a manner that it can be loaded in the future.
 void ValuesConfig.save(String name)
          Saves the current configuration in a manner that it can be loaded in the future.
 void ValuesConfigBean.save(String name)
          Saves the current configuration in a manner that it can be loaded in the future.
 void ValuesConfigEditor.selectAndLoad(Object cfgname)
          Specify the configuration you want loaded, selected and ready to edit.
protected  boolean ValuesPropertiesAdapter.validate(LookupProperties cfg)
          Validate and/or correct a set of configuration properties.
 



Copyright 1998-1998-2006 null. All Rights Reserved.