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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RobotException
public RobotException(java.lang.String s)