|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
avrora.sim.util.GlobalClock.InterruptedException
How sad. The InterruptedException wraps an interrupted exception with an unchecked
exception so that it doesn't break the interface of the Simulator.Event class. It's not
clear what useful purpose interrupted exceptions could serve in the implementation of the global
clock.
| Field Summary | |
java.lang.InterruptedException |
exception
|
| Constructor Summary | |
GlobalClock.InterruptedException(java.lang.InterruptedException e)
|
|
| 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 |
public final java.lang.InterruptedException exception
| Constructor Detail |
public GlobalClock.InterruptedException(java.lang.InterruptedException e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||