Uses of Class
risiko.common.exceptions.LandBeteiligtException

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

Uses of LandBeteiligtException in risiko.common.interfaces
 

Methods in risiko.common.interfaces that throw LandBeteiligtException
 void SpielMgr.verschiebeEinheiten(Land a, Land b, int x)
          Verschiebt x Einheiten von Land a nach Land b (Spielphase: 2)
 

Uses of LandBeteiligtException in risiko.server.domain
 

Methods in risiko.server.domain that throw LandBeteiligtException
 void SpielMgrImpl.verschiebeEinheiten(Land a, Land b, int x)