ClassFormatErrorpublic class ClassFormatError extends LinkageError 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. |
Constructors Summary |
---|
public ClassFormatError()Constructs a ClassFormatError with no detail message.
super();
| public ClassFormatError(String s)Constructs a ClassFormatError with the specified
detail message.
super(s);
|
|