Java in a Nutshell Online Quick Reference for Java 1.1
CLASS java.lang.RuntimeException
Availability: JDK 1.0
public class RuntimeException extends Exception {
   // Public Constructors
      public RuntimeException();
      public RuntimeException(String s);
}
- Extended By:
- 
ArithmeticException, 
ArrayStoreException, 
ClassCastException, 
EmptyStackException, 
IllegalArgumentException, 
IllegalMonitorStateException, 
IllegalStateException, 
IndexOutOfBoundsException, 
MissingResourceException, 
NegativeArraySizeException, 
NoSuchElementException, 
NullPointerException, 
ProviderException, 
SecurityException.
Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan.
Copyright © 1997 by O'Reilly & Associates.
Casa de Bender