java.lang
Class RuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
Direct Known Subclasses:
IllegalArgumentException, IndexOutOfBoundsException, NoSuchElementException, NullPointerException

public class RuntimeException
extends Exception


Constructor Summary
RuntimeException()
           
 
Method Summary
static RuntimeException throwIt()
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals
 

Constructor Detail

RuntimeException

public RuntimeException()
Method Detail

throwIt

public static RuntimeException throwIt()