Uses of Class
de.fesenmeyer.dbnormalizer.core.configuration.ConfigurationException

Packages that use ConfigurationException
de.fesenmeyer.dbnormalizer.core.configuration Contains the classes used for reading and writing configuration data of a session. 
de.fesenmeyer.dbnormalizer.gui The top-level package of the GUI, which is implemented in Swing. 
 

Uses of ConfigurationException in de.fesenmeyer.dbnormalizer.core.configuration
 

Methods in de.fesenmeyer.dbnormalizer.core.configuration that throw ConfigurationException
 SessionConfig ConfigurationReader.read()
          Reads the configuration file into a session configuration object.
 SessionConfig ConfigurationReader.readTaneJavaConfig()
          Can be used to import FDs from Tobias Rafreider's tool "TANE-java".
private  Collection<TableContainerConfig> ConfigurationReader.retrieveCatalogConfigs(Element parentNode)
          Reads the data from a catalog node.
private  Collection<TableContainerConfig> ConfigurationReader.retrieveSchemaConfigs(Element parentNode)
          Reads the data from a schema node.
private  SessionConfig ConfigurationReader.retrieveSessionConfig(Element configNode)
          Reads the whole file into a session configuration object.
private  Collection<TableConfig> ConfigurationReader.retrieveTableConfigs(Element tableInfoNode, String catalogName, String schemaName)
          Reads the (tables') data from a tableInfo node.
 void ConfigurationWriter.write()
          Writes the session configuration to a XML-file.
 

Uses of ConfigurationException in de.fesenmeyer.dbnormalizer.gui
 

Methods in de.fesenmeyer.dbnormalizer.gui that throw ConfigurationException
private  DBNormalizerSession ApplicationFrame.createSession(String fileName, boolean isTaneOutput)