Uses of Class
risiko.local.domain.exceptions.NichtBenachbartException

Packages that use NichtBenachbartException
risiko.local.domain   
 

Uses of NichtBenachbartException in risiko.local.domain
 

Methods in risiko.local.domain that throw NichtBenachbartException
 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)