public class LinkageError extends Error
LinkageError is the superclass of all error classes that occur when
loading and linking class files.Error| Constructor and Description |
|---|
LinkageError()
Constructs a new
LinkageError that includes the current stack
trace. |
LinkageError(String detailMessage)
Constructs a new
LinkageError with the current stack trace and
the specified detail message. |
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic LinkageError()
LinkageError that includes the current stack
trace.public LinkageError(String detailMessage)
LinkageError with the current stack trace and
the specified detail message.detailMessage - the detail message for this error.