All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class timer.NotActiveThreadException

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

public class NotActiveThreadException
extends RuntimeException
NotActiveThreadException is thrown if a thread attempts to use the waiting interface without being registered.


Constructor Index

 o NotActiveThreadException()

Constructors

 o NotActiveThreadException
 public NotActiveThreadException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index