Packages This Package Prev Next Index
public class java.lang.NoClassDefFoundError extends java.lang.LinkageError (I-§1.53) { // Constructors public NoClassDefFoundError(); §1.54.1 public NoClassDefFoundError(String s); §1.54.2 }Thrown if the Java Virtual Machine or a classloader tries to load in the definition of a class (as part of a normal method call or as part of creating a new instance using the new expression) and no definition of the class could be found.
public NoClassDefFoundError()
public NoClassDefFoundError(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)