Documentation  › java.lang  › LinkageError
 
 


  LinkageError
  public

  Inherits From:   Error : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
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.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
LinkageError
public LinkageError( )

Constructs a LinkageError with no detail message.


LinkageError
public LinkageError( String s )

Constructs a LinkageError with the specified detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


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



 
 
  dydoc
  3/10/05