Packages This Package Prev Next Index
public class java.lang.Exception extends java.lang.Throwable (I-§1.21) { // Constructors public Exception(); §1.30.1 public Exception(String s); §1.30.2 }The class Exception and its subclasses are a form of Throwable that indicates conditions that a reasonable application might want to catch.
public Exception()
public Exception(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)