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