Uses of Class
view.IllegalViewException

Packages that use IllegalViewException
view.cl   
view.gui   
 

Uses of IllegalViewException in view.cl
 

Methods in view.cl that throw IllegalViewException
 void CommandLineUI.nextGame()
          transformer(mutative): Changes the chess board of the game to show to a next board.
 void CommandLineUI.previousGame()
          transformer(mutative): Changes the chess board of the game to show to a previous move.
 

Uses of IllegalViewException in view.gui
 

Methods in view.gui that throw IllegalViewException
 void GraphicUI.nextGame()
          transformer(mutative): Changes the chess board of the game to show to a next board.
 void GraphicUI.previousGame()
          transformer(mutative): Changes the chess board of the game to show to a previous move.