Signals
that the definition of a specified class cannot be found.
Figure 10-41. java.lang.NoClassDefFoundError
public class
NoClassDefFoundError extends LinkageError {
// Public Constructors
public
NoClassDefFoundError ( );
public
NoClassDefFoundError (String
s );
}