java.lang
Class RuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
Direct Known Subclasses:
AlreadyCreatedException, ArrayIndexOutOfBoundsException, ClassCastException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, NoSuchDeviceException, 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()