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.
|
LinkageError(String msg,
Throwable cause)
Construct an LinkageError with detail message and cause.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LinkageError()
public LinkageError(String s)
s - the messagepublic LinkageError(String msg, Throwable cause)
msg - Detail message.cause - The cause of this exception, may be null