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