public class LinkageError

  1. Object
  2. Throwable
  3. Error
  4. 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

detailMessage String
the detail message for this error.