Packages This Package Prev Next Index
public class java.lang.ClassFormatError extends java.lang.LinkageError (I-§1.53) { // Constructors public ClassFormatError(); §1.47.1 public ClassFormatError(String s); §1.47.2 }Thrown when the Java Virtual Machine attempts to read a class file and determines that the file is malformed or otherwise cannot be interpreted as a class file.
public ClassFormatError()
public ClassFormatError(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)