Uses of Class
model.exceptions.TournamentNotFoundException

Packages that use TournamentNotFoundException
model   
 

Uses of TournamentNotFoundException in model
 

Methods in model that throw TournamentNotFoundException
static void TournamentManager.closeTournament(ID tournament_id)
           
static void TournamentManager.deleteEntry(ID tournament_id, ID entry_id)
           
static Tournament TournamentManager.getClosedTournament(ID tournament_id)
          Returns a closed tournament with the given tournament id number.
static Tournament TournamentManager.getOpenTournament(ID tournament_id)
          Returns an open tournament with the given tournament id number.
static Tournament TournamentManager.getTournament(ID tournament_id)
           
static void TournamentManager.reopenTournament(ID tournament_id)