java.lang.NoClassDefFoundError (JDK 1.0)
Signals that the definition of a specified class could not be found.
public classNoClassDefFoundErrorextends LinkageError { //Public ConstructorspublicNoClassDefFoundError(); publicNoClassDefFoundError(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Error->LinkageError->NoClassDefFoundError