Uses of Package
org.moyoman.util

Packages that use org.moyoman.util
org.moyoman.client.cli   
org.moyoman.client.reference Provides classes for a reference implementation of a Moyoman client GUI application. 
org.moyoman.comm.client Provides classes for the client to make requests and receive responses. 
org.moyoman.debug Provides classes that represent debugging information. 
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.helper.board.rules   
org.moyoman.helper.board.rules.agarules   
org.moyoman.helper.board.rules.agarules.agarulesimpl   
org.moyoman.helper.board.rules.rulesimpl   
org.moyoman.module Provides classes for creating and administering modules. 
org.moyoman.module.bigpoint.simplebigpoint   
org.moyoman.module.board   
org.moyoman.module.board.boardimpl   
org.moyoman.module.dame.dameimpl   
org.moyoman.module.endgame.simpleendgame   
org.moyoman.module.fuseki.igofuseki   
org.moyoman.module.fuseki.simplefuseki   
org.moyoman.module.geometry   
org.moyoman.module.geometry.geometryimpl   
org.moyoman.module.groups   
org.moyoman.module.groups.groupsimpl   
org.moyoman.module.joseki.josekiimpl   
org.moyoman.module.ladder.ladderimpl This implementation of a Ladder module is meant to serve two purposes. 
org.moyoman.module.loosegroups This package provides the two interfaces that must be implemented in order to create a loosegroups module implementation. 
org.moyoman.module.loosegroups.simplelgimpl   
org.moyoman.module.movegenerator.simplemovegenerator   
org.moyoman.module.proverbs.igoproverbs   
org.moyoman.module.random.randomimpl   
org.moyoman.module.safety.simplesafety   
org.moyoman.module.shape.simpleshape   
org.moyoman.module.tactics.simpletactics   
org.moyoman.module.tactics.tacticsimpl   
org.moyoman.util Provides utility classes used by both the client and server. 
org.moyoman.util.closestpoint   
 

Classes in org.moyoman.util used by org.moyoman.client.cli
IllegalMoveException
          This exception is thrown when an illegal move is made.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.client.reference
IllegalMoveException
          This exception is thrown when an illegal move is made.
InconsistentStateException
          This exception is thrown when the representation of the game is inconsistent in some way, for example, attempting to flip the color of a point that is empty.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.comm.client
DataAlreadyExistsException
          This exception is thrown when an attempt to add data fails because the data already exists.
IllegalMoveException
          This exception is thrown when an illegal move is made.
InconsistentStateException
          This exception is thrown when the representation of the game is inconsistent in some way, for example, attempting to flip the color of a point that is empty.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.debug
InconsistentStateException
          This exception is thrown when the representation of the game is inconsistent in some way, for example, attempting to flip the color of a point that is empty.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.framework
DataAlreadyExistsException
          This exception is thrown when an attempt to add data fails because the data already exists.
IllegalMoveException
          This exception is thrown when an illegal move is made.
InconsistentStateException
          This exception is thrown when the representation of the game is inconsistent in some way, for example, attempting to flip the color of a point that is empty.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
PermissionsException
          This exception is thrown when an operation occurs that is not permitted, for example, attempting to delete a standard mode.
 

Classes in org.moyoman.util used by org.moyoman.helper
DataAlreadyExistsException
          This exception is thrown when an attempt to add data fails because the data already exists.
InconsistentStateException
          This exception is thrown when the representation of the game is inconsistent in some way, for example, attempting to flip the color of a point that is empty.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
PermissionsException
          This exception is thrown when an operation occurs that is not permitted, for example, attempting to delete a standard mode.
 

Classes in org.moyoman.util used by org.moyoman.helper.board.rules
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.helper.board.rules.agarules
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.helper.board.rules.agarules.agarulesimpl
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.helper.board.rules.rulesimpl
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module
DataAlreadyExistsException
          This exception is thrown when an attempt to add data fails because the data already exists.
IllegalMoveException
          This exception is thrown when an illegal move is made.
InconsistentStateException
          This exception is thrown when the representation of the game is inconsistent in some way, for example, attempting to flip the color of a point that is empty.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
PermissionsException
          This exception is thrown when an operation occurs that is not permitted, for example, attempting to delete a standard mode.
 

Classes in org.moyoman.util used by org.moyoman.module.bigpoint.simplebigpoint
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.board
IllegalMoveException
          This exception is thrown when an illegal move is made.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.board.boardimpl
IllegalMoveException
          This exception is thrown when an illegal move is made.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.dame.dameimpl
IllegalMoveException
          This exception is thrown when an illegal move is made.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.endgame.simpleendgame
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.fuseki.igofuseki
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.fuseki.simplefuseki
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.geometry
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.geometry.geometryimpl
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.groups
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.groups.groupsimpl
IllegalMoveException
          This exception is thrown when an illegal move is made.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.joseki.josekiimpl
IllegalMoveException
          This exception is thrown when an illegal move is made.
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.ladder.ladderimpl
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.loosegroups
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.loosegroups.simplelgimpl
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.movegenerator.simplemovegenerator
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.proverbs.igoproverbs
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.random.randomimpl
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.safety.simplesafety
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.shape.simpleshape
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
 

Classes in org.moyoman.util used by org.moyoman.module.tactics.simpletactics
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.module.tactics.tacticsimpl
InternalErrorException
          This exception is thrown when an internal error occurs, for example, being unable to read a configuration file.
NoSuchDataException
          This exception is thrown when a query for data fails.
 

Classes in org.moyoman.util used by org.moyoman.util
IllegalMoveException
          This exception is thrown when an illegal move is made.
Move
          This class represents one move, which can be placing a stone, passing, or resigning.
NoSuchDataException
          This exception is thrown when a query for data fails.
Point
          This class represents one point.
Stone
          This class represents one stone.
 

Classes in org.moyoman.util used by org.moyoman.util.closestpoint
DataAlreadyExistsException
          This exception is thrown when an attempt to add data fails because the data already exists.
NoSuchDataException
          This exception is thrown when a query for data fails.