Name

LinkageError

Synopsis

The superclass of a group of errors that signal problems linking a class or resolving dependencies between classes.

java.lang.LinkageError

Figure 10-38. java.lang.LinkageError

public class LinkageError extends Error {
// Public Constructors
     public LinkageError( );  
     public LinkageError(String s);  
}

Subclasses

ClassCircularityError, ClassFormatError, ExceptionInInitializerError, IncompatibleClassChangeError, NoClassDefFoundError, UnsatisfiedLinkError, VerifyError

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.