java.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----java.lang.LinkageError | +----java.lang.ClassFormatError
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.
ClassFormatError
with no detail message.
ClassFormatError
with the specified
detail message.
public ClassFormatError()
ClassFormatError
with no detail message.
public ClassFormatError(String s)
ClassFormatError
with the specified
detail message.