Uses of Class
java.lang.InterruptedException

Packages that use InterruptedException
java.lang Core Java classes 
javax.microedition.location Location API 
lejos.nxt Access to NXT sensors, motors, etc. 
lejos.nxt.debug Debugging thread classes 
lejos.realtime   
 

Uses of InterruptedException in java.lang
 

Methods in java.lang that throw InterruptedException
 void Thread.join()
          Join not yet implemented
 void Thread.join(long timeout)
           
static void Thread.sleep(long aMilliseconds)
           
 void Object.wait()
          This is the same as calling wait(0).
 void Object.wait(long timeout)
          Wait until notified.
 void Object.wait(long timeout, int nanos)
           
 

Uses of InterruptedException in javax.microedition.location
 

Methods in javax.microedition.location that throw InterruptedException
abstract  Location LocationProvider.getLocation(int timeout)
          Retrieves a Location with the constraints given by the Criteria associated with this class.
 

Uses of InterruptedException in lejos.nxt
 

Methods in lejos.nxt that throw InterruptedException
 int Poll.poll(int mask, int millis)
          Wait for the sensor/button values to change then return.
 

Uses of InterruptedException in lejos.nxt.debug
 

Methods in lejos.nxt.debug that throw InterruptedException
 int DebugInterface.waitEvent(int millis)
          Wait for a debug event from the kernel
 

Uses of InterruptedException in lejos.realtime
 

Methods in lejos.realtime that throw InterruptedException
static void HighResolutionTime.waitForObject(Object target, HighResolutionTime time)
          Behaves exactly like target.wait() but with the enhancement that it waits with a precision of HighResolutionTime.