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
| This HTML Help has been published using the chm2web software. |