All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class timer.IllegalTimerStateException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----timer.IllegalTimerStateException

public class IllegalTimerStateException
extends RuntimeException
This exception is thrown by the Timer and TimerClient waiting functions if the current thread is not blocking simulated time.

See Also:
Timer, TimerClient


All Packages  Class Hierarchy  This Package  Previous  Next  Index