Uses of Class
risiko.common.exceptions.LandNichtImBesitzException

Packages that use LandNichtImBesitzException
risiko.common.interfaces   
risiko.server.domain   
 

Uses of LandNichtImBesitzException in risiko.common.interfaces
 

Methods in risiko.common.interfaces that throw LandNichtImBesitzException
 void SpielMgr.starteAngriff(Land a, Land b, int x)
          Startet einen neuen Angriff von a nach b mit x Angreifern (Spielphase: 1)
 void SpielMgr.verschiebeEinheiten(Land a, Land b, int x)
          Verschiebt x Einheiten von Land a nach Land b (Spielphase: 2)
 

Uses of LandNichtImBesitzException in risiko.server.domain
 

Methods in risiko.server.domain that throw LandNichtImBesitzException
 void SpielerMgr.setzeEinheiten(Land a, int anzEinheiten)
          Es werden anzEinheiten ins Land a gesetzt
 void SpielMgrImpl.starteAngriff(Land a, Land b, int x)
           
 void SpielMgrImpl.verschiebeEinheiten(Land a, Land b, int x)