java.lang

Class ClassFormatError

public class ClassFormatError extends LinkageError

A 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.

Constructor Detail

ClassFormatError

public ClassFormatError()
Create an error without a message.

ClassFormatError

public ClassFormatError(String s)
Create an error with a message.

Parameters: s the message