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.Constructor and Description |
---|
LinkageError()
Create an error without a message.
|
LinkageError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LinkageError()
public LinkageError(String s)
s
- the message