java.lang
Class RuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
Direct Known Subclasses:
ArithmeticException, ArrayStoreException, ClassCastException, DatabaseIOException, DataTooBigException, EmptyStackException, EventDirectionException, IllegalArgumentException, IllegalMonitorStateException, IllegalStateException, IndexOutOfBoundsException, InvalidDataException, NoSuchElementException, NullPointerException, SecurityException, SlowTaskException, StringIndexOutOfBoundsException, SystemResourceException, UndeclaredThrowableException, UnsupportedOperationException

public class RuntimeException
extends Exception


Constructor Summary
RuntimeException()
           
RuntimeException(String message)
           
RuntimeException(String message, Throwable cause)
           
RuntimeException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

RuntimeException

public RuntimeException(String message)

RuntimeException

public RuntimeException()

RuntimeException

public RuntimeException(Throwable cause)

RuntimeException

public RuntimeException(String message,
                        Throwable cause)