Uses of Class
org.crosswire.common.config.StartupException

Packages that use StartupException
org.crosswire.common.config Config allows an application to separate the responsibilities of setting itself up, and providing a user interface from the real work that it needs to do. 
 

Uses of StartupException in org.crosswire.common.config
 

Methods in org.crosswire.common.config that throw StartupException
static Choice ChoiceFactory.getChoice(org.jdom.Element option, ResourceBundle configResources)
          Get a ChoiceFactory by element.
 void AbstractReflectedChoice.init(org.jdom.Element option, ResourceBundle configResources)
           
 void Choice.init(org.jdom.Element option, ResourceBundle configResources)
          String value to associate with the name (key)
 void IntOptionsChoice.init(org.jdom.Element option, ResourceBundle configResources)
           
 void StringArrayChoice.init(org.jdom.Element option, ResourceBundle configResources)
           
 void StringOptionsChoice.init(org.jdom.Element option, ResourceBundle configResources)
           
 


Copyright ยจ 2003-2005