risiko.common.exceptions
Class KeineNachbarnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by risiko.common.exceptions.KeineNachbarnException
All Implemented Interfaces:
java.io.Serializable

public class KeineNachbarnException
extends java.lang.Exception

Fehler, wenn ein Land nicht die gesuchten Nachbarn hat

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

Constructor Summary
KeineNachbarnException(Land a, boolean i)
          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

KeineNachbarnException

public KeineNachbarnException(Land a,
                              boolean i)
                       throws java.rmi.RemoteException
Konstruktor

Parameters:
a - Land, das keine Nachbarn hat
i - fremde oder eigene Nachbarn?
Throws:
java.rmi.RemoteException