java.lang
Class RuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
Direct Known Subclasses:
ArrayIndexOutOfBoundsException, ClassCastException, EmptyQueueException, EmptyStackException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, NullPointerException

public class RuntimeException
extends Exception


Constructor Summary
RuntimeException()
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

RuntimeException

public RuntimeException()