January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.RuntimeException
This exception is identical to its J2SE counterpart. It is a superclass of a number of exceptions that signify that an unexpected condition has occurred at runtime. Applications are not required to catch runtime exceptions, as they can be thrown at any time.
public classRuntimeExceptionextends java.lang.Exception { // constructors publicRuntimeException(); publicRuntimeException(String s); }
Read now
Unlock full access