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