public class java.lang
LinkageError


Show All Login
Java SE 6
  
Extends: Throwable > Error
Extended by: ClassCircularityError, ClassFormatError, ExceptionInInitializerError, IncompatibleClassChangeError, NoClassDefFoundError, UnsatisfiedLinkError, VerifyError
Details
Subclasses of LinkageError indicate that a class has some dependency on another class; however, the latter class has incompatibly changed after the compilation of the former class.
version1.14, 11/17/05
sinceJDK1.0

Constructors
public LinkageError()
Constructs a LinkageError with no detail message.
public LinkageError(String s) Details
Constructs a LinkageError with the specified detail message.
sthe detail message.