Uses of Class
fr.tireme.shared.param.ParamException

Packages that use ParamException
fr.tireme.analdoc   
fr.tireme.schemadoc Schemadoc core management of user interface. 
fr.tireme.shared.param   
 

Uses of ParamException in fr.tireme.analdoc
 

Methods in fr.tireme.analdoc that throw ParamException
 void AnalDocXml2output.initializeConfMenu()
          Description of the Method
 

Constructors in fr.tireme.analdoc that throw ParamException
AnalDocXml2output(java.lang.String interfaceLang, java.io.File otherParamFile)
          Constructor for the AnalDocXml2output object
 

Uses of ParamException in fr.tireme.schemadoc
 

Constructors in fr.tireme.schemadoc that throw ParamException
Xml2output(java.lang.String interfaceLang, java.io.File otherParamFile, boolean debugMode)
          Constructor for the Xml2output object.
 

Uses of ParamException in fr.tireme.shared.param
 

Methods in fr.tireme.shared.param that throw ParamException
 Configuration Parameters.addConfig(org.w3c.dom.Element elemToAdd)
          Create a configuration and makes it the current one
 Configuration Parameters.addConfig(org.w3c.dom.Element elemToAdd, boolean manageSelection)
          Create a configuration and makes it the current one depending on parameter
 Configuration Parameters.addConfig(java.lang.String configToAddName)
          Create a new configuration entry
 Configuration Configuration.cloneConf(java.lang.String newName)
          Description of the Method
 Configuration Parameters.copyConfig(java.lang.String fromConfName, java.lang.String newConfName)
          Make a copy of a configuration
 void Parameters.deleteConfig(java.lang.String confToDelete)
          Delete a configuration section
 java.io.File Parameters.getApplDir(java.lang.String enVarName, java.lang.String appName)
          Find and validate the application directory
 Configuration Parameters.getConfig(java.lang.String confName)
          Gets the configFromName attribute of the Parameters object
 void Parameters.setCurrentConfig(java.lang.String confName)
          Sets the currentConfig attribute of the Parameters object
 

Constructors in fr.tireme.shared.param that throw ParamException
Configuration(org.w3c.dom.Element elem, Parameters param)
          Constructor for Configuration from an element conforming to the parameter DTD The configuration created will become thez current one.
Parameters(java.lang.String enVarName, java.lang.String appName, int generatesFor)
          Constructor for the Parameters object using the default language
Parameters(java.lang.String interfaceLanguage, java.lang.String enVarName, java.lang.String appName, java.io.File paramFile, int generatesFor)
          Constructor for the Parameters object using a specific language
Parameters(java.lang.String interfaceLanguage, java.lang.String enVarName, java.lang.String appName, int generatesFor)
          Constructor for the Parameters object using a specific language