public class ClassFormatError extends LinkageError
| Constructor and Description | 
|---|
| ClassFormatError()Constructs a  ClassFormatErrorwith no detail message. | 
| ClassFormatError(String s)Constructs a  ClassFormatErrorwith the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic ClassFormatError()
ClassFormatError with no detail message.public ClassFormatError(String s)
ClassFormatError with the specified detail message.s - the detail message.