fiji.robot
Class RobotException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--fiji.robot.RobotException
All Implemented Interfaces:
java.io.Serializable

public class RobotException
extends java.lang.RuntimeException

Una RobotException è un errore generato se viene richiesta una operazione non valida riguardante un robot o un labirinto. Un errore di tipo RobotException viene generato se: (1) viene richiesta la creazione di un robot in un Labirinto nullo (null) o non vuoto (ovvero, che contiene già un robot); (2) viene richiesto a un robot di effettuare una mossa non consentita; oppure (3) viene richiesta la creazione di un labirinto con una descrizione non prevista.

See Also:
Serialized Form

Constructor Summary
RobotException(java.lang.String s)
           
 
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

RobotException

public RobotException(java.lang.String s)