|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
movements.PositionRequiredButImmediatelyAfterTransitionException
Thrown when the position of a participant must be known, but the previous movement was a transition. See ???.
| Field Summary | |
(package private) int |
tick
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
(package private) |
PositionRequiredButImmediatelyAfterTransitionException(int tick)
Creates a new instance of PositionRequiredButImmediatelyAfterTransitionException. |
| 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 |
| Field Detail |
int tick
| Constructor Detail |
PositionRequiredButImmediatelyAfterTransitionException(int tick)
tick - The clock tick at which the last movement ended. This allows the
error message to indicate to the user the precise position of the problem.
The clock tick is relative to the figure in which the problem occurred.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||