January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.Error
This class is identical to its J2SE counterpart. It forms the base of the J2ME error hierarchy. Errors in Java typically mean that a severe condition has occurred and therefore should not be caught.
public classErrorextends java.lang.Throwable { // constructors publicError(); publicError(String s); }
Read now
Unlock full access