Packages This Package Prev Next Index
public class java.lang.Error extends java.lang.Throwable (§1.21) { public Error(); §1.46.1 public Error(String s); §1.46.2 }An
Error
is a subclass of Throwable
that indicates serious problems that a reasonable
application should not try to catch. Most such errors are abnormal conditions. The only
exception is the ThreadDeath
error (§1.57), which though a normal condition, should
not be most applications..
public Error()
Error
with no specified detail message.
public Error(String s)
s
-
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)