Class LinkageError

Direct Known Subclasses:
IncompatibleClassChangeError

public class LinkageError extends Error
LinkageError is the superclass of all error classes that occur when loading and linking class files.
See Also:
  • 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 - the detail message for this error.