Uses of Class
org.moyoman.util.DataAlreadyExistsException

Packages that use DataAlreadyExistsException
org.moyoman.comm.client Provides classes for the client to make requests and receive responses. 
org.moyoman.framework Provides classes used in the framework for executing user commands. 
org.moyoman.helper Provides classes used in creating helper classes. 
org.moyoman.module Provides classes for creating and administering modules. 
org.moyoman.util.closestpoint   
 

Uses of DataAlreadyExistsException in org.moyoman.comm.client
 

Methods in org.moyoman.comm.client that throw DataAlreadyExistsException
 void DirectCommandExecutor.saveGame(PlayerManager pm, String name)
          Save a game on the server.
abstract  void CommandExecutor.saveGame(PlayerManager pm, String name)
          Save a game on the server.
 

Uses of DataAlreadyExistsException in org.moyoman.framework
 

Methods in org.moyoman.framework that throw DataAlreadyExistsException
static Message MessageTool.createLanguage(String langName, String displayName)
          Create a new language.
static Message Message.create(String symbolicName, String displayableName)
          Create a Message object for a language.
static Message Message.create(String symbolicLanguageName, String symbolicCountryName, String displayableName)
          Create a Message object for a new language.
private  void FSPersister.save(GameId id, Controller cont)
          Save the game to permanent storage.
 void FSPersister.save(PersistedGame game)
           
 void Persister.save(PersistedGame game)
          Save the game to permanent storage.
static void Controller.saveGame(String name, GameId black, GameId white)
          Save the specified game to permanent storage.
 

Uses of DataAlreadyExistsException in org.moyoman.helper
 

Methods in org.moyoman.helper that throw DataAlreadyExistsException
protected  void HelperConfig.addHelperType(HelperType ht, ComponentType parent)
          Add helper type to the list.
protected  void HelperConfig.associate(HelperType ht, ComponentType parent)
          Associate a helper type with a component type as its parent.
 HelperName HelperConfigTool.addHelperName(String simple, String full, HelperType type)
          Add a helper name for the helper type.
 

Constructors in org.moyoman.helper that throw DataAlreadyExistsException
HelperType(String s, String f)
          Create a new HelperType object.
HelperType(String s, String f, ComponentType comp)
           
 

Uses of DataAlreadyExistsException in org.moyoman.module
 

Methods in org.moyoman.module that throw DataAlreadyExistsException
protected  void ModeConfig.addMode(String newModeName, Mode oldMode)
          Create a new user defined mode.
 void ModeConfigTool.addMode(String newModeName, Mode oldMode)
          Create a new user defined mode.
protected  void ModuleConfig.addModuleType(ModuleType mt, int index)
          Insert module type into the ordered list of modules.
protected  void ModuleConfig.addMode(Mode newMode, Mode oldMode)
          Add a new mode which has the same ordering of module names as the existing mode.
 void ModuleConfigTool.addMode(String newModeName, Mode oldMode)
          Create a new user defined mode.
protected static void Mode.addMode(String name)
          Add a new user defined mode.
 

Constructors in org.moyoman.module that throw DataAlreadyExistsException
Mode(String type)
          Create a user defined mode.
 

Uses of DataAlreadyExistsException in org.moyoman.util.closestpoint
 

Methods in org.moyoman.util.closestpoint that throw DataAlreadyExistsException
 void ClosestPoints.newGroup(Stone st)
          Add a stone to its own closest point group.
 void ClosestPoints.addStone(ClosestPointGroup currcpg, Stone st)
          Add a stone to an existing closest point group.