java.lang.ClassFormatError (JDK 1.0)
Signals an error in the binary format of a class file.
public classClassFormatErrorextends LinkageError { //Public ConstructorspublicClassFormatError(); publicClassFormatError(Strings); }
Hierarchy:
Object->Throwable(Serializable)->Error->LinkageError->ClassFormatError