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.| Constructor and Description |
|---|
ClassFormatError()
Create an error without a message.
|
ClassFormatError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassFormatError()
public ClassFormatError(String s)
s - the message