TOC 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.
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
TOC This Package Prev Next Index
Java API Document
Last edited by dkramer on April 11, 1996
Copyright © 1996 Sun Microsystems, Inc.
Send any comments or corrections to dkramer@sun.com