January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.lang.ClassNotFoundException
This exception is identical to its J2SE counterpart. It signifies that a requested class could not be found by the class loader.
public classClassNotFoundExceptionextends java.lang.Exception { // constructors publicClassNotFoundException(); publicClassNotFoundException(String s); }
Read now
Unlock full access