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