Uses of Class
com.realtime.crossfire.jxclient.settings.options.OptionException

Packages that use OptionException
com.realtime.crossfire.jxclient.settings.options   
 

Uses of OptionException in com.realtime.crossfire.jxclient.settings.options
 

Methods in com.realtime.crossfire.jxclient.settings.options that throw OptionException
 void OptionManager.addOption(java.lang.String optionName, java.lang.String documentation, Option option)
          Add a new option.
 CheckBoxOption OptionManager.getCheckBoxOption(java.lang.String optionName)
          Return a check box option.
 

Constructors in com.realtime.crossfire.jxclient.settings.options that throw OptionException
Pickup(CommandQueue commandQueue, OptionManager optionManager)
          Creates a new instance.