Signals that a class to be loaded could not be found.
public class ClassNotFoundException extends Exception {
// Public Constructors
public ClassNotFoundException();
public ClassNotFoundException(String s);
}
Object->Throwable(Serializable)->Exception->ClassNotFoundException
Beans.instantiate(), Class.forName(), ClassLoader.findSystemClass(), ClassLoader.loadClass(), Externalizable.readExternal(), ObjectInput.readObject(), ObjectInputStream.defaultReadObject(), ObjectInputStream.readObject(), ObjectInputStream.resolveClass()
| This HTML Help has been published using the chm2web software. |