java.lang
Class LinkageError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
- Direct Known Subclasses:
- ExceptionInInitializerError, IncompatibleClassChangeError, NoClassDefFoundError, UnsatisfiedLinkError, VerifyError
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.
LinkageError
public LinkageError()
- Create an error without a message.
LinkageError
public LinkageError(String s)
- Create an error with a message.
- Parameters:
s
- the message