Code Search for Developers
 
 
  

IllegalPlayerChangeException.java from The Geronimo Project at Krugle


Show IllegalPlayerChangeException.java syntax highlighted

package geronimo.hoshigo.model.tournament;

/**
 * Exception levée lorsque l'on essaie de changer les joueurs d'un
 * d'une partie de tournoi 
 */
public class IllegalPlayerChangeException
{

	public IllegalPlayerChangeException()
	{
		super();
		// TODO Auto-generated constructor stub
	}

}




See more files for this project here

The Geronimo Project

The Geronimo project concists of two software :\n- Geronimo Hoshigo : a playable graphical user interface to play Go\n- Geronimo Margo : a artificial intelligence program which plays Go

Project homepage: http://sourceforge.net/projects/geronimo
Programming language(s): Java,Pascal,Perl,PHP
License: gpl2

  IllegalPlayerChangeException.java
  NotParticipatingPlayerException.java
  Tournament.java
  TournamentGame.java