|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--fiji.robot.RobotException
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.
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 |
public RobotException(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |