Uses of Class
java.lang.Error

Packages that use Error
com.intel.bluetooth   
com.intel.bluetooth.obex   
java.lang Core Java classes 
lejos.nxt Access to NXT sensors, motors, etc. 
 

Uses of Error in com.intel.bluetooth
 

Subclasses of Error in com.intel.bluetooth
 class NotImplementedError
          Thrown when current implementation do not implement the functionality.
 

Methods in com.intel.bluetooth that throw Error
static void Utils.isLegalAPICall(Vector fqcnSet)
           
 

Uses of Error in com.intel.bluetooth.obex
 

Constructors in com.intel.bluetooth.obex that throw Error
OBEXClientSessionImpl(StreamConnection conn, OBEXConnectionParams obexConnectionParams)
          Applications should not used this function.
OBEXSessionNotifierImpl(StreamConnectionNotifier notifier, OBEXConnectionParams obexConnectionParams)
          Applications should not used this function.
 

Uses of Error in java.lang
 

Subclasses of Error in java.lang
 class AssertionError
           
 class NoClassDefFoundError
           
 class NoSuchFieldError
           
 class NoSuchMethodError
           
 class OutOfMemoryError
           
 class StackOverflowError
           
 class ThreadDeath
          This is a special Error, which isn't reported by the VM if uncaught.
 

Uses of Error in lejos.nxt
 

Subclasses of Error in lejos.nxt
 class FlashError