gameserver
Class AlreadyMovingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gameserver.AlreadyMovingException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyMovingException
extends java.lang.Exception

Wird geworfen, wenn der Roboter sich bereits bewegt aber eine neue Aktion. ausgeführt werden soll

See Also:
Serialized Form

Constructor Summary
AlreadyMovingException(java.lang.String message)
          Erzeugt die Exception
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyMovingException

public AlreadyMovingException(java.lang.String message)
Erzeugt die Exception

Parameters:
message - eine kurze Textnachricht zur näheren Beschreibung