ClassFormatErrorNameClassFormatErrorSynopsis
DescriptionA ClassFormatError is thrown when an error is detected in the format of a file that contains a class definition. Class Summary
public class java.lang.ClassFormatError extends java.lang.LinkageError { // Constructors public ClassFormatError(); public ClassFormatError(String s); } ConstructorsClassFormatErrorpublic ClassFormatError()
public ClassFormatError(String s)
Inherited Methods
See AlsoError, LinkageError, Throwable |
|