java.lang
public class LinkageError extends Error
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.
| |
Parameters: s the message