Code Search for Developers
 
 
  

NotParticipatingPlayerException.java from The Geronimo Project at Krugle


Show NotParticipatingPlayerException.java syntax highlighted

package geronimo.hoshigo.model.tournament;

/**
 * Exception levée lorsque l'on demande le score d'un joueur 
 * qui n'a pas participé au tournois
 */
public class NotParticipatingPlayerException
{

	public NotParticipatingPlayerException()
	{
		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