Signals that the definition of a specified class could not be found.
public class NoClassDefFoundError extends LinkageError {
// Public Constructors
public NoClassDefFoundError();
public NoClassDefFoundError(String s);
}
Object->Throwable(Serializable)->Error->LinkageError->NoClassDefFoundError