Team LiB
Previous Section Next Section

NoClassDefFoundErrorjava.lang

Java 1.0serializable error

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);  
}

    Team LiB
    Previous Section Next Section