java.lang

Class LinkageError

public class LinkageError extends Error

Subclasses of LinkageError are thrown to indicate that two classes which were compatible at separate compilation times cannot be linked to one another.

UNKNOWN: updated to 1.4

Constructor Summary
LinkageError()
Create an error without a message.
LinkageError(String s)
Create an error with a message.

Constructor Detail

LinkageError

public LinkageError()
Create an error without a message.

LinkageError

public LinkageError(String s)
Create an error with a message.

Parameters: s the message