Packages This Package Prev Next Index
public class java.lang.RuntimeException extends java.lang.Exception (I-§1.30) { // Constructors public RuntimeException(); §1.42.1 public RuntimeException(String s); §1.42.2 }RuntimeException is the superclass of those exceptions which can be thrown during the normal operation of the Java Virtual Machine.
public RuntimeException()
public RuntimeException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)