Package  This Package  Prev  Next  Index  

§1.51 Class LinkageError

public class java.lang.LinkageError
    extends java.lang.Error (§1.46)
{
    public LinkageError();	§1.51.1
    public LinkageError(String s);	§1.51.2
}
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.


Constructors

LinkageError
public LinkageError()
Constructs a LinkageError with no detail message.

LinkageError
public LinkageError(String s)
Constructs a LinkageError with the specified detail message.

Parameters:
s - the detail message


Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com