Uses of Class
lab1.GameOverException

Uses of GameOverException in lab1
 

Methods in lab1 that throw GameOverException
abstract  void GameModel.gameUpdate(int lastKey)
          This method is called repeatedly so that the game can update it's state.
 void GoldModel.gameUpdate(int lastKey)
          This method is called repeatedly so that the game can update its state.