Class NoMoveLeftException

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

public class NoMoveLeftException
extends java.lang.Exception

Diese Exception wird vom Agenten geworfen, wenn er keine Zugmöglichkeit mehr hat, d.h. wenn er sich eingebaut hat. Wird in Agent.moveYou() geworfen. Stand: 09.07.2001

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoMoveLeftException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoMoveLeftException

public NoMoveLeftException()