public class ClassFormatError extends LinkageError
| Constructor and Description |
|---|
ClassFormatError()
Constructs a new
ClassFormatError that includes the current stack
trace. |
ClassFormatError(String detailMessage)
Constructs a new
ClassFormatError with the current stack trace
and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassFormatError()
ClassFormatError that includes the current stack
trace.public ClassFormatError(String detailMessage)
ClassFormatError with the current stack trace
and the specified detail message.detailMessage - the detail message for this error.