risiko.local.domain.exceptions
Class LandNichtImBesitzException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by risiko.local.domain.exceptions.LandNichtImBesitzException
All Implemented Interfaces:
java.io.Serializable

public class LandNichtImBesitzException
extends java.lang.Exception

Land gehört nicht dem aktiven Spieler

Version:
2009-05-12
Author:
dgrosche
See Also:
Serialized Form

Constructor Summary
LandNichtImBesitzException(Land a, Spieler aktiverSpieler)
          Konstruktor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LandNichtImBesitzException

public LandNichtImBesitzException(Land a,
                                  Spieler aktiverSpieler)
Konstruktor

Parameters:
a - Land das nicht im Besitz des aktiven Spielers ist
aktiverSpieler - aktiver Spieler