java.lang
Class RuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArithmeticException, ArrayStoreException, ClassCastException, ConcurrentModificationException, EmptyStackException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, MissingResourceException, NegativeArraySizeException, NoSuchElementException, NullPointerException, ProviderException, SecurityException, UndeclaredThrowableException, UnsupportedOperationException

public class RuntimeException
extends Exception

See Also:
Serialized Form

Constructor Summary
RuntimeException()
           
RuntimeException(String var0)
           
RuntimeException(String var0, Throwable var1)
           
RuntimeException(Throwable var0)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeException

public RuntimeException()

RuntimeException

public RuntimeException(String var0)

RuntimeException

public RuntimeException(String var0,
                        Throwable var1)

RuntimeException

public RuntimeException(Throwable var0)