java.lang
Class LinkageError
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Error
|
+--java.lang.LinkageError
public class
LinkageErrorextends
Error Subclasses of LinkageError
are thrown to indicate that two
classes which were compatible at separate compilation times cannot be
linked to one another.
Authors:- Brian Jones
- Tom Tromey <tromey@cygnus.com>
LinkageError
public LinkageError()
Create an error without a message.
LinkageError
public LinkageError(java.lang.String s)
Create an error with a message.
Parameters:
LinkageError
are thrown to indicate that two classes which were compatible at separate compilation times cannot be linked to one another.