koala
Class KatanaOutOfRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by koala.KatanaOutOfRangeException
All Implemented Interfaces:
java.io.Serializable

public class KatanaOutOfRangeException
extends java.lang.Exception

Thrown if the robot is asked to move to a position which it physically cannot get to.

See Also:
Serialized Form

Constructor Summary
KatanaOutOfRangeException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KatanaOutOfRangeException

public KatanaOutOfRangeException()