java.lang
Class RuntimeException

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

public class RuntimeException
extends Exception


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

Constructor Detail

RuntimeException

public RuntimeException()