public class LinkageError
Known subtypesIncompatibleClassChangeError
LinkageError is the superclass of all error classes that occur when
loading and linking class files.See also
Constructors
public LinkageError() | Constructs a new LinkageError that includes the current stack trace. |
public LinkageError(String detailMessage) | Constructs a new LinkageError with the current stack trace and the specified detail message. |
Inherited methods
Constructor details
LinkageError
public LinkageError()Constructs a new
LinkageError that includes the current stack
trace.LinkageError
public LinkageError(String detailMessage)Constructs a new
LinkageError with the current stack trace and
the specified detail message.Parameters
detailMessageString- the detail message for this error.