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.
author: unascribed version: 1.17, 02/02/00 since: JDK1.0
Constructor Summary
public
ClassFormatError() Constructs a ClassFormatError with no detail message.
public
ClassFormatError(String s) Constructs a ClassFormatError with the specified
detail message.