Uses of Class
java.lang.Exception

Packages that use Exception
java.io Input/Output support 
java.lang Core Java classes 
java.util Utilities 
javax.bluetooth Standard Bluetooth classes 
javax.microedition.io J2ME I/O. 
javax.microedition.location Location API 
lejos.nxt.debug Debugging thread classes 
lejos.realtime   
lejos.robotics.proposal Support for maps 
 

Uses of Exception in java.io
 

Subclasses of Exception in java.io
 class EOFException
          Signals that an end of file or end of stream has been reached unexpectedly during input.
 class FileNotFoundException
           
 class IOException
          Signals that an I/O exception of some sort has occurred.
 class UnsupportedEncodingException
           
 

Uses of Exception in java.lang
 

Subclasses of Exception in java.lang
 class ArithmeticException
           
 class ArrayIndexOutOfBoundsException
           
 class ArrayStoreException
           
 class ClassCastException
           
 class ClassNotFoundException
           
 class CloneNotSupportedException
           
 class IllegalArgumentException
           
 class IllegalMonitorStateException
           
 class IllegalStateException
           
 class IndexOutOfBoundsException
           
 class InterruptedException
           
 class NegativeArraySizeException
           
 class NullPointerException
           
 class NumberFormatException
           
 class RuntimeException
           
 class StringIndexOutOfBoundsException
           
 class UnsupportedOperationException
           
 

Uses of Exception in java.util
 

Subclasses of Exception in java.util
 class ConcurrentModificationException
          Exception thrown by Iterators if the underlying connection has been modified during the iteration.
 class EmptyQueueException
          An exception thrown by some Queue class methods to indicate that the Queue is empty
 class EmptyStackException
          An exception thrown by some stack class methods to indicate that the stack is empty
 class NoSuchElementException
          NoSuchElementException is a Exception used with StringTokenizer
 

Uses of Exception in javax.bluetooth
 

Subclasses of Exception in javax.bluetooth
 class BluetoothStateException
           
 

Uses of Exception in javax.microedition.io
 

Subclasses of Exception in javax.microedition.io
 class ConnectionNotFoundException
          This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
 

Uses of Exception in javax.microedition.location
 

Subclasses of Exception in javax.microedition.location
 class LandmarkException
          The LandmarkException is thrown when an error related to handling landmarks has occurred.
 class LocationException
          The LocationException is thrown when a location API specific error has occurred.
 

Uses of Exception in lejos.nxt.debug
 

Fields in lejos.nxt.debug declared as Exception
 Exception DebugInterface.exception
           
 

Methods in lejos.nxt.debug that throw Exception
static void DebugMonitor.main(String[] args)
           
 

Uses of Exception in lejos.realtime
 

Subclasses of Exception in lejos.realtime
 class CeilingViolationException
           
 

Uses of Exception in lejos.robotics.proposal
 

Subclasses of Exception in lejos.robotics.proposal
 class DestinationUnreachableException