Signals an error in the binary format of a class file.
public class ClassFormatError extends LinkageError { // Public Constructors public ClassFormatError(); public ClassFormatError(String s); }
Object->Throwable(Serializable)->Error->LinkageError->ClassFormatError