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