public class java.lang
ClassFormatError


Hide details Login
Java SE 6
  
Extends: Throwable > Error > LinkageError
Extended by: GenericSignatureFormatError, UnsupportedClassVersionError

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.
version1.21, 11/17/05
sinceJDK1.0

Constructors
public ClassFormatError()
Constructs a ClassFormatError with no detail message.
public ClassFormatError(String s)
Constructs a ClassFormatError with the specified detail message.
sthe detail message.