Uses of Class
java.lang.RuntimeException

Packages that use RuntimeException
java.lang Core Java classes 
java.util Utilities 
 

Uses of RuntimeException in java.lang
 

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

Uses of RuntimeException in java.util
 

Subclasses of RuntimeException 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