Uses of Class
com.irisel.util.ConfigException

Packages that use ConfigException
com.irisel.modules   
com.irisel.oms.dbh   
com.irisel.oms.guiom   
com.irisel.oms.guiom.iframe   
com.irisel.oms.olapi   
com.irisel.oms.olapi.internal   
com.irisel.util   
 

Uses of ConfigException in com.irisel.modules
 

Methods in com.irisel.modules that throw ConfigException
 void Module.configure()
          Configures the module.
 void AbstractModule.configure()
          Configures the module by loading the configuration properties and adding them to the package configuration.
static PackageManager PackageManager.getInstance()
          Returns the singleton instance of the package manager.
 void PackageManager.load(java.lang.String modulePrefix)
          Loads all modules mentioned in the report configuration starting with the given prefix.
 

Constructors in com.irisel.modules that throw ConfigException
PackageConfiguration()
          DefaultConstructor.
 

Uses of ConfigException in com.irisel.oms.dbh
 

Methods in com.irisel.oms.dbh that throw ConfigException
static java.lang.String[] DbhFactory.getDbhTypes()
           
 

Uses of ConfigException in com.irisel.oms.guiom
 

Methods in com.irisel.oms.guiom that throw ConfigException
 Credentials CLGuiom.ask4pass(java.lang.String mode)
           
 java.lang.String[] CLGuiomBase.getDBTypes()
           
 

Uses of ConfigException in com.irisel.oms.guiom.iframe
 

Methods in com.irisel.oms.guiom.iframe that throw ConfigException
 void IOpenInstanceIFrame.setValues(Instance di)
           
 void IFOpenInstanceFlow.setValues(Instance di)
           
 void CLJInternalFrameOpenInstance.setValues(Instance di)
           
 

Constructors in com.irisel.oms.guiom.iframe that throw ConfigException
CLJInternalFrameNewProperty(PropertyVO p)
           
 

Uses of ConfigException in com.irisel.oms.olapi
 

Methods in com.irisel.oms.olapi that throw ConfigException
static CLBrowser CLGuiomBrowser.getBrowser()
           
static CLBrowser CLGuiomBrowser.getConnectedBrowser()
           
 java.lang.String[] SSBrowser.getDBTypes()
           
 java.lang.String[] CLBrowserBase.getDBTypes()
           
 java.lang.String[] CLBrowser.getDBTypes()
           
 

Constructors in com.irisel.oms.olapi that throw ConfigException
CLGuiomBrowser()
          Calls super, obtains a reference of a server side connected browser
 

Uses of ConfigException in com.irisel.oms.olapi.internal
 

Methods in com.irisel.oms.olapi.internal that throw ConfigException
 java.lang.String[] OMSBrowser.getDBTypes()
           
 java.lang.String[] Browser.getDBTypes()
          Deprecated.  
 

Constructors in com.irisel.oms.olapi.internal that throw ConfigException
OMSBrowser()
           
 

Uses of ConfigException in com.irisel.util
 

Methods in com.irisel.util that throw ConfigException
static Configuration Configuration.getGlobalConfig()
          Deprecated.  
 

Constructors in com.irisel.util that throw ConfigException
Configuration(Configuration globalConfig)
          Creates a new report configuration.
PackageConfiguration()
          DefaultConstructor.
PropertyFileConfiguration()
          Default constructor.