java.lang
public class ClassFormatError extends LinkageError
ClassFormatError is thrown when a Java Virtual Machine
unable to read a class file because the file is corrupted or cannot be
interpreted as a class file.
UNKNOWN: updated to 1.4
| Constructor Summary | |
|---|---|
| ClassFormatError()
Create an error without a message. | |
| ClassFormatError(String s)
Create an error with a message.
| |
Parameters: s the message