java.lang
Class LinkageError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.LinkageError
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ClassCircularityError, ClassFormatError, 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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LinkageError
public LinkageError()
- Create an error without a message.
LinkageError
public LinkageError(String s)
- Create an error with a message.
- Parameters:
s
- the message